nvim: Update plugins

This commit is contained in:
Marty Oehme 2023-12-04 09:27:03 +01:00
parent 80f2afb1cf
commit 78f7112c11
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
2 changed files with 37 additions and 36 deletions

View file

@ -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 = {