nvim: Update plugins
This commit is contained in:
parent
80f2afb1cf
commit
78f7112c11
2 changed files with 37 additions and 36 deletions
|
|
@ -24,11 +24,6 @@ return {
|
|||
strategy = { rainbow.strategy.global },
|
||||
},
|
||||
|
||||
-- for improved commentstrings, needs corresponding plugin
|
||||
context_commentstring = {
|
||||
enable = true,
|
||||
enable_autocmd = false, -- since we run it as a hook from the mini.comment plugin
|
||||
},
|
||||
-- allows using . and ; to target treesitter branches
|
||||
textsubjects = {
|
||||
enable = true,
|
||||
|
|
@ -38,6 +33,12 @@ return {
|
|||
},
|
||||
},
|
||||
})
|
||||
|
||||
-- for improved commentstrings, needs corresponding plugin
|
||||
require("ts_context_commentstring").setup({
|
||||
enable = true,
|
||||
enable_autocmd = false, -- since we run it as a hook from the mini.comment plugin
|
||||
})
|
||||
end,
|
||||
event = "BufReadPost",
|
||||
cmd = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue