mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 07:09:23 +02:00
feat: enable context commentstring by default (#1904)
This commit is contained in:
parent
6b3e0574a3
commit
e193d6aed5
2 changed files with 15 additions and 2 deletions
|
@ -75,6 +75,10 @@ return {
|
|||
require("lvim.core.treesitter").setup()
|
||||
end,
|
||||
},
|
||||
{
|
||||
"JoosepAlviste/nvim-ts-context-commentstring",
|
||||
event = "BufReadPost",
|
||||
},
|
||||
|
||||
-- NvimTree
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue