nushell config, cant set zoxide or starship up conditionally, so it is
mandatory for it to be installed.
This commit is contained in:
parent
73f4b49613
commit
11a5b273f1
6 changed files with 998 additions and 6 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue