nushell config, cant set zoxide or starship up conditionally, so it is

mandatory for it to be installed.
This commit is contained in:
Gabe Venberg 2024-02-23 17:43:12 -06:00
parent 73f4b49613
commit 11a5b273f1
6 changed files with 998 additions and 6 deletions

View file

@ -41,6 +41,8 @@ require('lazy').setup({
'regex',
'rust',
'toml',
'fish',
'nu',
},
auto_install = true,
highlight = { enable = true },
@ -48,6 +50,10 @@ require('lazy').setup({
incremental_selection = { enable = true }
}
end,
dependencies = {
-- NOTE: additional parser
{ "nushell/tree-sitter-nu" },
},
},
{
'williamboman/mason.nvim',