This commit is contained in:
Leon Kowarschick 2024-04-12 18:38:13 +02:00
parent ef3f4dd248
commit 53ed90b43d
Signed by: ElKowar
GPG key ID: 72C759DA738DE3A2
2 changed files with 20 additions and 18 deletions

View file

@ -61,7 +61,8 @@
:separator_visible {:bg colors.red} :separator_visible {:bg colors.red}
:separator_selected {:bg colors.red} :separator_selected {:bg colors.red}
:indicator_selected {:bg colors.neutral_aqua :fg colors.neutral_aqua :italic false :bold false} :indicator_selected {:bg colors.neutral_aqua :fg colors.neutral_aqua :italic false :bold false}
;:tab_separator {:bg colors.red}
:tab_separator {:bg colors.red}
:tab_separator_selected {:bg colors.neutral_aqua :fg colors.neutral_aqua} :tab_separator_selected {:bg colors.neutral_aqua :fg colors.neutral_aqua}
; stuff I've never seen before :thonk: ; stuff I've never seen before :thonk:

View file

@ -42,20 +42,21 @@
:goto_node "<cr>" :goto_node "<cr>"
:show_help "?"}}})) :show_help "?"}}}))
[(utils.plugin :nvim-treesitter/nvim-treesitter ;[(utils.plugin :nvim-treesitter/nvim-treesitter
{:config setup ;{:config setup
:lazy true ;:lazy true
:event ["VeryLazy"] ;:event ["VeryLazy"]
:build ":TSUpdate"}) ;:build ":TSUpdate"})
(utils.plugin :RRethy/nvim-treesitter-textsubjects ;(utils.plugin :RRethy/nvim-treesitter-textsubjects
{:dependencies [:nvim-treesitter/nvim-treesitter] ;{:dependencies [:nvim-treesitter/nvim-treesitter]
:lazy true ;:lazy true
:event ["VeryLazy"]}) ;:event ["VeryLazy"]})
(utils.plugin :JoosepAlviste/nvim-ts-context-commentstring ;(utils.plugin :JoosepAlviste/nvim-ts-context-commentstring
{:event ["VeryLazy"] ;{:event ["VeryLazy"]
:lazy true ;:lazy true
:dependencies [:nvim-treesitter/nvim-treesitter]}) ;:dependencies [:nvim-treesitter/nvim-treesitter]})
(utils.plugin :nvim-treesitter/playground ;(utils.plugin :nvim-treesitter/playground
{:event ["VeryLazy"] ;{:event ["VeryLazy"]
:lazy true ;:lazy true
:dependencies [:nvim-treesitter/nvim-treesitter]})] ;:dependencies [:nvim-treesitter/nvim-treesitter]})]
[]