nvim: remove redundant packages
This commit is contained in:
parent
c1b52bb5e5
commit
e2ab2cdcff
@ -160,7 +160,6 @@ in {
|
||||
(pkgs.substituteAll {
|
||||
src = ./dev.lua;
|
||||
inherit (pkgs) ripgrep;
|
||||
inherit (pkgs.pkgs-unstable) gopls gotools;
|
||||
})
|
||||
.outPath;
|
||||
})
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user