update nvim plugins

This commit is contained in:
Johannes Knopp
2026-03-28 05:45:35 +01:00
parent 9fbffb7558
commit f16af76867
6 changed files with 51 additions and 9 deletions

View File

@ -85,7 +85,7 @@ return {
-- Explicitly enable all mason-managed servers.
-- This is belt-and-suspenders alongside mason-lspconfig's automatic_enable,
-- ensuring servers start regardless of mason-lspconfig version.
vim.lsp.enable({ 'lua_ls', 'html', 'cssls', 'bashls', 'ts_ls', 'eslint' })
vim.lsp.enable({ 'lua_ls', 'html', 'cssls', 'bashls', 'ts_ls', 'eslint', 'tailwindcss' })
-- hyprls: not managed by mason, enable manually
vim.lsp.config('hyprls', {