Attempt configuring lazyvim

This commit is contained in:
Isshi0417 2024-07-19 04:48:25 +09:00
parent 4ac172a4b9
commit eec03557fd

View File

@ -1,12 +1,10 @@
{ ... }: { pkgs, ... }:
{ {
programs.neovim = { programs.neovim = {
enable = true; enable = true;
}; package = pkgs.neovim-nightly;
vimAlias = true;
home.file.".config/nvim" = { vimdiffAlias = true;
recursive = true; };
source = ./config;
};
} }