Move dingbox to daniel and create progs dir
This commit is contained in:
14
user/progs/neovim/default.nix
Normal file
14
user/progs/neovim/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
fugitive
|
||||
|
||||
nvim-treesitter
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user