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" },
}