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_selected {:bg colors.red}
: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}
; stuff I've never seen before :thonk:

View file

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