Attempt configuring lazyvim
This commit is contained in:
parent
4ac172a4b9
commit
eec03557fd
@ -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;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user