Move CLI packages for neovim to home.packages level

This commit is contained in:
Evie Litherland-Smith 2023-06-10 08:30:50 +01:00
parent c3f2c8d15e
commit 0038d39ebb
2 changed files with 12 additions and 12 deletions

View file

@ -1,4 +1,15 @@
{pkgs, ...}: {
home.packages = with pkgs; [
git
curl
gnutar
gnumake
gnused
gcc
fzf
ripgrep
tree-sitter
];
programs.neovim = {
enable = true;
defaultEditor = true;
@ -9,17 +20,6 @@
withRuby = true;
withPython3 = true;
extraPackages = with pkgs; [
# Used by installed plugins
git
curl
gnutar
gnumake
gnused
gcc
fzf
ripgrep
tree-sitter
# Language servers
nodePackages.pyright
python3Packages.ruff-lsp

2
nvim

@ -1 +1 @@
Subproject commit ca21787b0cf5470797c4ad9344f60b2f60284a6a
Subproject commit 5ae6d83c328556110d635d9a909ba515a1cdcd91