mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12:24 +00:00
asdf
This commit is contained in:
parent
ef3f4dd248
commit
53ed90b43d
2 changed files with 20 additions and 18 deletions
|
@ -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:
|
||||||
|
|
|
@ -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]})]
|
||||||
|
[]
|
||||||
|
|
Loading…
Reference in a new issue