From 99038c67b0886ae02f7dd46c3d436d18837d9019 Mon Sep 17 00:00:00 2001 From: triethyl Date: Sun, 6 Jul 2025 18:38:20 -0400 Subject: removed fennel Former-commit-id: 5a902687c37a002dfa1b71b61a100eb3c4447c75 --- pkgs/custom-neovim/default.nix | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'pkgs/custom-neovim/default.nix') 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 -- cgit v1.2.3