mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-06 16:31:16 +01:00
Merge pull request #52 from RigottiG/fix/ts_context_commentstring
Update nvim-treesitter config to use new ts_context_commentstring setup
This commit is contained in:
commit
3aa4438d8d
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