Attempt to fix nushell config

This commit is contained in:
2026-01-13 14:00:06 +00:00
parent df84fe6b39
commit 7b4442a9c8
2 changed files with 11 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ return {
"nvim-treesitter/nvim-treesitter",
build = ":TSUpdate",
opts = {
ensure_installed = { "bash", "c", "html", "lua", "markdown", "vim", "vimdoc" },
ensure_installed = { "bash", "c", "html", "lua", "markdown", "nu", "vim", "vimdoc" },
auto_install = true,
highlight = { enable = true },
indent = { enable = true },
@@ -82,8 +82,5 @@ return {
---@diagnostic disable-next-line: missing-fields
require("nvim-treesitter.configs").setup(opts)
end,
dependencies = {
{ "nushell/tree-sitter-nu", build = ":TSUpdate nu" },
},
},
}