Add nvim-treesitter-context plugin
This commit is contained in:
parent
d90ae27edf
commit
0957a4853c
@ -23,6 +23,7 @@ return {
|
|||||||
-- Override highlight groups
|
-- Override highlight groups
|
||||||
vim.cmd.highlight('WinSeparator', 'guifg=' .. dragon.ui.bg_m3, 'guibg=' .. dragon.ui.bg_m3)
|
vim.cmd.highlight('WinSeparator', 'guifg=' .. dragon.ui.bg_m3, 'guibg=' .. dragon.ui.bg_m3)
|
||||||
vim.cmd.highlight('MsgSeparator', 'guifg=' .. dragon.ui.bg_m3, 'guibg=' .. dragon.ui.bg_m3)
|
vim.cmd.highlight('MsgSeparator', 'guifg=' .. dragon.ui.bg_m3, 'guibg=' .. dragon.ui.bg_m3)
|
||||||
|
vim.cmd.highligh('TreesitterContext', 'guibg=' .. dragon.ui.bg_gutter)
|
||||||
vim.cmd.highlight('link zshTodo Comment')
|
vim.cmd.highlight('link zshTodo Comment')
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,7 @@ return {
|
|||||||
'nvim-treesitter/nvim-treesitter',
|
'nvim-treesitter/nvim-treesitter',
|
||||||
dependencies = {
|
dependencies = {
|
||||||
'nvim-treesitter/nvim-treesitter-textobjects',
|
'nvim-treesitter/nvim-treesitter-textobjects',
|
||||||
|
{ 'nvim-treesitter/nvim-treesitter-context', opts = {} },
|
||||||
-- TODO: Fork this and add CMake support
|
-- TODO: Fork this and add CMake support
|
||||||
-- TODO: Add shell support (sh/bash/zsh if/for/while/etc)
|
-- TODO: Add shell support (sh/bash/zsh if/for/while/etc)
|
||||||
'RRethy/nvim-treesitter-endwise',
|
'RRethy/nvim-treesitter-endwise',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user