update conf
This commit is contained in:
@ -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" }
|
||||||
|
|||||||
0
roles/nvim/files/after/ftplugin/yaml.lua
Normal file
0
roles/nvim/files/after/ftplugin/yaml.lua
Normal 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,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user