mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-06 16:31:16 +01:00
Update nvim-treesitter config to use new ts_context_commentstring setup
This commit is contained in:
parent
1bcf8bfd53
commit
28b85b9aae
1 changed files with 3 additions and 5 deletions
|
@ -52,12 +52,10 @@ return {
|
|||
node_decremental = "<bs>",
|
||||
},
|
||||
},
|
||||
-- enable nvim-ts-context-commentstring plugin for commenting tsx and jsx
|
||||
context_commentstring = {
|
||||
enable = true,
|
||||
enable_autocmd = false,
|
||||
},
|
||||
})
|
||||
|
||||
-- enable nvim-ts-context-commentstring plugin for commenting tsx and jsx
|
||||
require('ts_context_commentstring').setup {}
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue