commit e2ab2cdcffe10d03de68a5d17f28b93f697c49af (tree)
parent c1b52bb5e50cc9286b5c1723ac7f07ebc18174ad
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date: Fri, 19 Apr 2024 11:15:53 +0300
nvim: remove redundant packages
Diffstat:
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/shared/home/default.nix b/shared/home/default.nix
@@ -160,7 +160,6 @@ in {
(pkgs.substituteAll {
src = ./dev.lua;
inherit (pkgs) ripgrep;
- inherit (pkgs.pkgs-unstable) gopls gotools;
})
.outPath;
})
diff --git a/shared/home/dev.lua b/shared/home/dev.lua
@@ -1,4 +1,3 @@
vim.api.nvim_exec([[
set grepprg=@ripgrep@/bin/rg\ --vimgrep grepformat^=%f:%l:%c:%m
- "au FileType go let g:go_fmt_command = "@gotools@/bin/goimports"
]], false)