Files
nvim-configs/lua/configs/lspconfig.lua
vigdorov 43c8b90762 Update nvim config
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 11:25:51 +03:00

15 lines
322 B
Lua
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

require("nvchad.configs.lspconfig").defaults()
-- Серверы с дефолтными настройками (capabilities и on_init уже заданы через "*")
vim.lsp.enable {
"html",
"cssls",
"ts_ls",
"jsonls",
"yamlls",
"dockerls",
"bashls",
"lua_ls",
"tailwindcss",
}