migrated to vim.lsp.config()

This commit is contained in:
Bryan Ramos 2026-03-08 22:39:14 -04:00
parent d1144e96d3
commit e6ac6638c2
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
7 changed files with 196 additions and 97 deletions

View file

@ -1,22 +1,18 @@
{ pkgs, ... }:
let
# Essential LSPs for config files (project-specific LSPs go in devShells)
lsp = with pkgs; [
nil
nixd
lua-language-server
marksman
lua-language-server stylua
nodePackages."@tailwindcss/language-server"
pyright
clang-tools
rust-analyzer
#arduino-language-server
taplo # TOML
];
lsp' = with pkgs.nodePackages; [
typescript-language-server
vscode-langservers-extracted
vscode-langservers-extracted # jsonls, html, cssls
bash-language-server
#vls
yaml-language-server
];
extraPackages = with pkgs; [