feat: add context hints
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
return {
|
||||||
|
'nvim-treesitter/nvim-treesitter-context',
|
||||||
|
dependencies = {
|
||||||
|
'nvim-treesitter/nvim-treesitter',
|
||||||
|
},
|
||||||
|
event = { 'BufReadPost', 'BufNewFile' },
|
||||||
|
config = true,
|
||||||
|
opts = {
|
||||||
|
enable = true,
|
||||||
|
mode = 'cursor',
|
||||||
|
max_lines = 3,
|
||||||
|
-- separator = '',
|
||||||
|
},
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user