home: vim: add 'nvim-ts-context-commentstring'
This commit is contained in:
parent
be3391285a
commit
fdf1f1617f
2 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,9 @@ ts_config.setup({
|
|||
indent = {
|
||||
enable = true,
|
||||
},
|
||||
context_commentstring = {
|
||||
enable = true,
|
||||
},
|
||||
textobjects = {
|
||||
select = {
|
||||
enable = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue