nvim stuff
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
{ nixvim, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
nixvim.homeManagerModules.nixvim
|
||||
./options.nix
|
||||
./plugins
|
||||
./plugins/oil.nix
|
||||
./plugins/which-key.nix
|
||||
];
|
||||
|
||||
home.shellAliases.v = "nvim";
|
||||
@@ -12,12 +10,15 @@
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
|
||||
nixpkgs.useGlobalPackages = true;
|
||||
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
|
||||
luaLoader.enable = true;
|
||||
|
||||
colorschemes.catppuccin = {
|
||||
enable = true;
|
||||
settings = {
|
||||
flavour = "latte";
|
||||
};
|
||||
};
|
||||
|
||||
clipboard.register = "unnamedplus";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user