chore: remove bundled LSPs

This commit is contained in:
Youwen Wu 2024-09-17 00:43:02 -07:00
parent acc0ad0c5a
commit 74bdb1aa49
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -1,11 +1,6 @@
# LSP setup
{ pkgs, inputs, ... }:
{
extraPackages = with pkgs; [
rust-analyzer
lua-language-server
];
plugins = {
lsp = {
enable = true;