From ffe6f03f22bc31737d9c68b9533cd901c8d72be3 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sun, 9 Mar 2025 20:51:37 -0700 Subject: [PATCH] feat: extras.lang.nushell --- flake.nix | 1 + init.lua | 1 + 2 files changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 9ed4973..835192a 100644 --- a/flake.nix +++ b/flake.nix @@ -120,6 +120,7 @@ marksman nil nodePackages.prettier + nushell ripgrep stdenv.cc.cc stylelint diff --git a/init.lua b/init.lua index 2101aad..716c097 100644 --- a/init.lua +++ b/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.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.