add a few plugins like neoclip, markvieww

This commit is contained in:
iofq 2024-08-13 02:50:48 -05:00
parent 3f57948360
commit bdaba979ac
14 changed files with 76 additions and 40 deletions

View file

@ -33,11 +33,9 @@ require('nvim-treesitter.configs').setup {
enable = true,
set_jumps = true, -- whether to set jumps in the jumplist
goto_next_start = {
[']]'] = '@function.outer',
[']a'] = '@parameter.inner',
},
goto_previous_start = {
['[['] = '@function.outer',
['[a'] = '@parameter.inner',
},
},
@ -62,6 +60,6 @@ require('nvim-treesitter.configs').setup {
}
require('treesitter-context').setup {
max_lines = 3,
max_lines = 2,
min_window_height = 50
}