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:
Josean Martinez 2023-12-05 11:41:27 -04:00 committed by GitHub
commit 3aa4438d8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
},
}