diff --git a/home/base.nix b/home/base.nix index a8e76be..fcb1229 100644 --- a/home/base.nix +++ b/home/base.nix @@ -10,7 +10,6 @@ bat bottom # ncdu - neofetch pwgen sshfs sshuttle diff --git a/home/neovim.nix b/home/neovim.nix index 6ae0967..03056fe 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -24,16 +24,19 @@ in { nvim-treesitter coc-css - coc-go coc-html coc-json coc-nvim vim-nix vim-puppet + + go-nvim ]; withNodeJs = true; + withPython3 = true; + withRuby = false; extraConfig = '' let mapleader = ','