338 current 1970-01-01 01:00:00 23.11.20240522.4639777 6.6.30-rt30 *
This commit is contained in:
parent
45a7046b35
commit
6c76023edc
@ -11,9 +11,15 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
home.packages = with pkgs; [neovim];
|
programs.neovim = {
|
||||||
home.sessionVariables = {
|
enable = true;
|
||||||
EDITOR = "${pkgs.neovim}/bin/nvim";
|
defaultEditor = true;
|
||||||
|
plugins = with pkgs.vimPlugins; [
|
||||||
|
lazy-nvim
|
||||||
|
];
|
||||||
|
extraLuaConfig = ''
|
||||||
|
vim.opt.nobackup = true
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user