update conf

This commit is contained in:
Johannes Knopp
2026-06-24 01:22:25 +02:00
parent 67085827b5
commit e1886aa6b7
3 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ exec-once = quickshell
exec-once = dunst exec-once = dunst
exec-once = firefox exec-once = firefox
exec-once = hyprpaper exec-once = hyprpaper
exec-once = gtk-launch deezer-pwa # exec-once = gtk-launch deezer-pwa
# hl.window_rule({ # hl.window_rule({
# name = "deezer-workspace" # name = "deezer-workspace"
# match = { initialTitle = "Deezer" } # match = { initialTitle = "Deezer" }

View File

View File

@ -99,7 +99,6 @@ return {
-- Explicitly enable all mason-managed servers. -- Explicitly enable all mason-managed servers.
-- This is belt-and-suspenders alongside mason-lspconfig's automatic_enable, -- This is belt-and-suspenders alongside mason-lspconfig's automatic_enable,
-- ensuring servers start regardless of mason-lspconfig version. -- ensuring servers start regardless of mason-lspconfig version.
vim.lsp.enable({ 'lua_ls', 'html', 'cssls', 'bashls', 'ts_ls', 'eslint', 'tailwindcss', 'mdx_analyzer', 'rust_analyzer' })
-- mdx_analyzer: needs typescript SDK path to find tsserverlibrary.js -- mdx_analyzer: needs typescript SDK path to find tsserverlibrary.js
vim.lsp.config('mdx_analyzer', { vim.lsp.config('mdx_analyzer', {
@ -130,5 +129,6 @@ return {
-- }) -- })
vim.lsp.enable('postgres_lsp') vim.lsp.enable('postgres_lsp')
vim.lsp.enable({ 'lua_ls', 'html', 'cssls', 'bashls', 'ts_ls', 'eslint', 'tailwindcss', 'mdx_analyzer', 'rust_analyzer', 'docker_compose_language_service', 'docker_language_server' })
end, end,
} }