snacks rice + new colorscheme

This commit is contained in:
iofq 2025-07-06 21:11:29 -05:00
parent 66d50e274e
commit d998429cb8
No known key found for this signature in database
GPG key ID: ECF3B2DA38BF7183
15 changed files with 1068 additions and 427 deletions

View file

@ -11,6 +11,7 @@ return {
},
},
'nvim-treesitter/nvim-treesitter-textobjects',
'RRethy/nvim-treesitter-textsubjects',
},
config = function()
require('nvim-treesitter.configs').setup {
@ -49,13 +50,6 @@ return {
},
},
},
incremental_selection = {
enable = true,
keymaps = {
node_incremental = 'v',
node_decremental = '<S-TAB>',
},
},
}
end,
},