nvim: Update plugins
This commit is contained in:
parent
55a8a18feb
commit
297f2c87a3
2 changed files with 7 additions and 5 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue