mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 19:03:49 -08:00
chore: remove bundled LSPs
This commit is contained in:
parent
acc0ad0c5a
commit
74bdb1aa49
1 changed files with 0 additions and 5 deletions
|
@ -1,11 +1,6 @@
|
|||
# LSP setup
|
||||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
extraPackages = with pkgs; [
|
||||
rust-analyzer
|
||||
lua-language-server
|
||||
];
|
||||
|
||||
plugins = {
|
||||
lsp = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue