From 33a35ce214e3b668345175ace75c409cffbfa09d Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Sun, 31 May 2026 17:16:51 +0200 Subject: [PATCH] home/base, home/neovim: Fix changes for 26.05 --- home/base.nix | 1 - home/neovim.nix | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 = ','