feat: extras.lang.nushell

This commit is contained in:
punkfairie 2025-03-09 20:51:37 -07:00
parent 55dc68c2ef
commit ffe6f03f22
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
2 changed files with 2 additions and 0 deletions

View file

@ -120,6 +120,7 @@
marksman
nil
nodePackages.prettier
nushell
ripgrep
stdenv.cc.cc
stylelint

View file

@ -60,6 +60,7 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start',
{ import = 'lazyvim.plugins.extras.lang.json' },
{ import = 'lazyvim.plugins.extras.lang.markdown' },
{ import = 'lazyvim.plugins.extras.lang.nix' },
{ import = 'lazyvim.plugins.extras.lang.nushell' },
-- These need to be after extras to prevent extras from overwriting them.