Changed: Neovim
This commit is contained in:
17
home/programs/dev/neovim/default.nix
Normal file
17
home/programs/dev/neovim/default.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ pkgs, ... }: {
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
defaultEditor = true;
|
||||
/*plugins = with pkgs.vimPlugins; [
|
||||
nvim-tree-lua
|
||||
nvim-treesitter.withAllGrammars
|
||||
];*/
|
||||
};
|
||||
|
||||
home.file.".config/nvim" = {
|
||||
source = ./configs;
|
||||
recursive = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user