summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/custom-neovim/default.nix')
-rw-r--r--pkgs/custom-neovim/default.nix10
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