nvim: remove redundant packages

main
Motiejus Jakštys 2024-04-19 11:15:53 +03:00 committed by Motiejus Jakštys
parent c1b52bb5e5
commit e2ab2cdcff
2 changed files with 0 additions and 2 deletions

View File

@ -160,7 +160,6 @@ in {
(pkgs.substituteAll {
src = ./dev.lua;
inherit (pkgs) ripgrep;
inherit (pkgs.pkgs-unstable) gopls gotools;
})
.outPath;
})

View File

@ -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)