diff options
| author | triethyl <triethylammonium@pm.me> | 2025-07-06 18:38:20 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-07-06 18:38:20 -0400 |
| commit | 99038c67b0886ae02f7dd46c3d436d18837d9019 (patch) | |
| tree | eb9c4db52a8fcaf6079b21667d07bddb66dd7743 /pkgs/custom-neovim/default.nix | |
| parent | 41224173cfce3d4bd189a4a41aadab14973a609b (diff) | |
removed fennel
Former-commit-id: 5a902687c37a002dfa1b71b61a100eb3c4447c75
Diffstat (limited to 'pkgs/custom-neovim/default.nix')
| -rw-r--r-- | pkgs/custom-neovim/default.nix | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/pkgs/custom-neovim/default.nix b/pkgs/custom-neovim/default.nix index 57eea1d..28d448a 100644 --- a/pkgs/custom-neovim/default.nix +++ b/pkgs/custom-neovim/default.nix @@ -7,7 +7,7 @@ inputs.mnw.lib.wrap pkgs { plugins = with pkgs.vimPlugins; { dev.config = { - pure = ./nvim; + pure = ./config; }; start = [ # Core Plugins @@ -32,17 +32,11 @@ inputs.mnw.lib.wrap pkgs { opt = []; }; - # luaFiles = [./config/init.lua]; - - extraLuaPackages = lua: - with lua; [ - fennel - ]; + luaFiles = [./config/init.lua]; extraBinPath = with pkgs; [ # LSP Servers lua-language-server # Lua LS - fennel-ls # Fennel LS nixd # Nix LS marksman # Markdown LS |
