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 = {
enable = true;
};
home.file.".config/nvim" = {
recursive = true;
source = ./config;
package = pkgs.neovim-nightly;
vimAlias = true;
vimdiffAlias = true;
};
}