diff --git a/home-manager/common/software/cli/neovim.nix b/home-manager/common/software/cli/neovim.nix index e486c6c2..ec6d8d37 100644 --- a/home-manager/common/software/cli/neovim.nix +++ b/home-manager/common/software/cli/neovim.nix @@ -35,7 +35,7 @@ }; xdg.configFile."nvim-custom-plugins" = { - enable = false; + enable = true; target = "./nvim/lua/custom/plugins.lua"; text = '' local overrides = require("custom.configs.overrides")