nvim: Update plugins

This commit is contained in:
Marty Oehme 2023-12-05 18:01:15 +01:00
parent 55a8a18feb
commit 297f2c87a3
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
2 changed files with 7 additions and 5 deletions

View file

@ -38,6 +38,9 @@ return {
require("ts_context_commentstring").setup({
enable = true,
enable_autocmd = false, -- since we run it as a hook from the mini.comment plugin
languages = {
nu = "# %s",
},
})
-- treesitter parser for nushell. To fully get e.g. syntax highlight
@ -52,7 +55,6 @@ return {
},
filetype = "nu",
}
end,
event = "BufReadPost",
cmd = {