mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-05-07 03:53:41 +05:30
fix(neovim): nvim-treesitter updates for neovim 0.12 & remove
nvim-ts-context-commentstring plugin
This commit is contained in:
@@ -172,19 +172,6 @@ return {
|
||||
end,
|
||||
},
|
||||
|
||||
-- Intelligent commenting on JSX
|
||||
{
|
||||
"JoosepAlviste/nvim-ts-context-commentstring",
|
||||
opts = {
|
||||
options = {
|
||||
enable_autocmd = false,
|
||||
},
|
||||
},
|
||||
config = function()
|
||||
vim.g.skip_ts_context_commentstring_module = true
|
||||
end,
|
||||
},
|
||||
|
||||
-- Highlight colors
|
||||
{
|
||||
"brenoprata10/nvim-highlight-colors",
|
||||
|
||||
Reference in New Issue
Block a user