Move CLI packages for neovim to home.packages level
This commit is contained in:
parent
c3f2c8d15e
commit
0038d39ebb
|
@ -1,4 +1,15 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
git
|
||||||
|
curl
|
||||||
|
gnutar
|
||||||
|
gnumake
|
||||||
|
gnused
|
||||||
|
gcc
|
||||||
|
fzf
|
||||||
|
ripgrep
|
||||||
|
tree-sitter
|
||||||
|
];
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
|
@ -9,17 +20,6 @@
|
||||||
withRuby = true;
|
withRuby = true;
|
||||||
withPython3 = true;
|
withPython3 = true;
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
# Used by installed plugins
|
|
||||||
git
|
|
||||||
curl
|
|
||||||
gnutar
|
|
||||||
gnumake
|
|
||||||
gnused
|
|
||||||
gcc
|
|
||||||
fzf
|
|
||||||
ripgrep
|
|
||||||
tree-sitter
|
|
||||||
|
|
||||||
# Language servers
|
# Language servers
|
||||||
nodePackages.pyright
|
nodePackages.pyright
|
||||||
python3Packages.ruff-lsp
|
python3Packages.ruff-lsp
|
||||||
|
|
2
nvim
2
nvim
|
@ -1 +1 @@
|
||||||
Subproject commit ca21787b0cf5470797c4ad9344f60b2f60284a6a
|
Subproject commit 5ae6d83c328556110d635d9a909ba515a1cdcd91
|
Loading…
Reference in a new issue