chore: create a treesitter directory and move relevant specs
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
return {
|
||||
'nvim-treesitter/nvim-treesitter-context',
|
||||
enabled = false,
|
||||
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