From 1d1a29889a96b1b90b1d41c370d0befb8361464d Mon Sep 17 00:00:00 2001 From: oddlama Date: Tue, 5 Sep 2023 00:53:53 +0200 Subject: [PATCH] fix: add ftplugin to nvim config --- users/myuser/neovim/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/users/myuser/neovim/default.nix b/users/myuser/neovim/default.nix index 45472ce..26830f0 100644 --- a/users/myuser/neovim/default.nix +++ b/users/myuser/neovim/default.nix @@ -6,8 +6,9 @@ }; xdg.configFile = { - "nvim/lua".source = ./lua; + "nvim/ftplugin".source = ./ftplugin; "nvim/init.lua".source = ./init.lua; + "nvim/lua".source = ./lua; }; # TODO NO! NO! all of this goes away