diff options
Diffstat (limited to 'pkgs')
| -rw-r--r-- | pkgs/custom-neovim/config/init.fnl | 1 | ||||
| -rw-r--r-- | pkgs/custom-neovim/default.nix | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/custom-neovim/config/init.fnl b/pkgs/custom-neovim/config/init.fnl new file mode 100644 index 0000000..f9a303f --- /dev/null +++ b/pkgs/custom-neovim/config/init.fnl @@ -0,0 +1 @@ +(vim.cmd.colorscheme oxocarbon) diff --git a/pkgs/custom-neovim/default.nix b/pkgs/custom-neovim/default.nix index 7c63e5f..20c32e1 100644 --- a/pkgs/custom-neovim/default.nix +++ b/pkgs/custom-neovim/default.nix @@ -23,7 +23,6 @@ in inputs.mnw.lib.wrap pkgs { neovim = pkgs.neovim-unwrapped; - plugins = with pkgs.vimPlugins; { dev.config = { pure = ./config; |
