vim: remove unused pkgs

This commit is contained in:
Asmir A 2023-07-09 12:02:50 +02:00
parent c6fd52e0c0
commit 020fcdc0ab

View File

@ -5,7 +5,6 @@
}: {
extraPackages = with pkgs; [
ccls
clang
luaformatter
nixd
pyright
@ -13,7 +12,6 @@
sumneko-lua-language-server
svls
texlab
tree-sitter
verible
zls
];