This commit is contained in:
snarmph 2026-01-12 06:34:27 +01:00
parent 189b33b5b3
commit 949f4d8565
5 changed files with 39 additions and 1 deletions

View file

@ -50,4 +50,14 @@ return {
end
},
{ "junegunn/vim-easy-align" },
{
'LhKipp/nvim-nu',
build = ':TSInstall nu',
opts = {},
config = function()
-- vim.g.nu_enable_treesitter = false
-- vim.g.nu_enable_lsp = false
end
},
{ "nvimtools/none-ls.nvim" },
}

View file

@ -4,7 +4,8 @@ return {
branch = 'main',
build = ':TSUpdate',
opts = {
ensure_installed = { "lua", "vim", "json" },
ensure_installed = { "lua", "vim", "json", "nu", "c" },
auto_install = true,
highlight = { enable = true },
indent = { enable = true },
config = function(_, opts)