mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Remove commentstring module
This commit is contained in:
parent
c4d3bf9aba
commit
e0588576ae
@ -33,7 +33,6 @@ return {
|
|||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
"JoosepAlviste/nvim-ts-context-commentstring",
|
|
||||||
"RRethy/nvim-treesitter-endwise",
|
"RRethy/nvim-treesitter-endwise",
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -42,7 +41,6 @@ return {
|
|||||||
highlight = { enable = true },
|
highlight = { enable = true },
|
||||||
indent = { enable = true },
|
indent = { enable = true },
|
||||||
endwise = { enable = true },
|
endwise = { enable = true },
|
||||||
context_commentstring = { enable = true },
|
|
||||||
auto_install = true,
|
auto_install = true,
|
||||||
sync_install = false,
|
sync_install = false,
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user