config changes
This commit is contained in:
parent
38f4744e25
commit
27968559d8
5 changed files with 59 additions and 12 deletions
9
lua/custom/plugins/stickyscroll.lua
Normal file
9
lua/custom/plugins/stickyscroll.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
'nvim-treesitter/nvim-treesitter-context',
|
||||
dependencies = { 'nvim-treesitter/nvim-treesitter' },
|
||||
config = function()
|
||||
require('treesitter-context').setup {
|
||||
mode = 'topline',
|
||||
}
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue