Update git plugins
This commit is contained in:
parent
d870d23e79
commit
f8fe8c3551
6 changed files with 41 additions and 25 deletions
|
|
@ -6,6 +6,7 @@ return {
|
|||
"nvim-treesitter/nvim-treesitter-textobjects",
|
||||
"windwp/nvim-ts-autotag",
|
||||
"JoosepAlviste/nvim-ts-context-commentstring",
|
||||
"nvim-treesitter/nvim-treesitter-context",
|
||||
},
|
||||
build = ":TSUpdate",
|
||||
config = function()
|
||||
|
|
@ -35,12 +36,6 @@ return {
|
|||
indent = { enable = true },
|
||||
incremental_selection = {
|
||||
enable = true,
|
||||
keymaps = {
|
||||
init_selection = "<c-space>",
|
||||
node_incremental = "<c-space>",
|
||||
scope_incremental = "<c-s>",
|
||||
node_decremental = "<M-space>",
|
||||
},
|
||||
},
|
||||
textobjects = {
|
||||
select = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue