init
This commit is contained in:
16
home/cli/neovim.nix
Normal file
16
home/cli/neovim.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ pkgs, config, ... }: {
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
package = pkgs.neovim-unwrapped;
|
||||
defaultEditor = true;
|
||||
extraPackages = with pkgs; [
|
||||
nil
|
||||
];
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
lazy-nvim
|
||||
nvim-lspconfig
|
||||
nvim-tree-lua
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user