feat: extras.lang.nushell
This commit is contained in:
parent
55dc68c2ef
commit
ffe6f03f22
2 changed files with 2 additions and 0 deletions
|
@ -120,6 +120,7 @@
|
||||||
marksman
|
marksman
|
||||||
nil
|
nil
|
||||||
nodePackages.prettier
|
nodePackages.prettier
|
||||||
|
nushell
|
||||||
ripgrep
|
ripgrep
|
||||||
stdenv.cc.cc
|
stdenv.cc.cc
|
||||||
stylelint
|
stylelint
|
||||||
|
|
1
init.lua
1
init.lua
|
@ -60,6 +60,7 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start',
|
||||||
{ import = 'lazyvim.plugins.extras.lang.json' },
|
{ import = 'lazyvim.plugins.extras.lang.json' },
|
||||||
{ import = 'lazyvim.plugins.extras.lang.markdown' },
|
{ import = 'lazyvim.plugins.extras.lang.markdown' },
|
||||||
{ import = 'lazyvim.plugins.extras.lang.nix' },
|
{ import = 'lazyvim.plugins.extras.lang.nix' },
|
||||||
|
{ import = 'lazyvim.plugins.extras.lang.nushell' },
|
||||||
|
|
||||||
-- These need to be after extras to prevent extras from overwriting them.
|
-- These need to be after extras to prevent extras from overwriting them.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue