Working version
This commit is contained in:
@@ -6,6 +6,9 @@ in
|
|||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
vim
|
vim
|
||||||
|
neovim
|
||||||
|
neovim-qt
|
||||||
|
|
||||||
fzf
|
fzf
|
||||||
ripgrep
|
ripgrep
|
||||||
ripgrep-all
|
ripgrep-all
|
||||||
@@ -13,15 +16,12 @@ in
|
|||||||
lua54Packages.luarocks-nix
|
lua54Packages.luarocks-nix
|
||||||
nixfmt
|
nixfmt
|
||||||
haskellPackages.lsp
|
haskellPackages.lsp
|
||||||
];
|
|
||||||
|
|
||||||
programs.neovim = {
|
python3
|
||||||
enable = true;
|
python3Packages.pynvim
|
||||||
defaultEditor = true;
|
|
||||||
withPython3 = true;
|
nodejs
|
||||||
withRuby = true;
|
|
||||||
withNodeJs = true;
|
ruby
|
||||||
viAlias = true;
|
];
|
||||||
vimAlias = true;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user