should work better now

This commit is contained in:
Zoty 2026-04-13 15:49:15 -03:00
parent 8f05b02766
commit 32f636c41b
Signed by: Zoty
SSH key fingerprint: SHA256:WsGEGivgl37t3Mth6uugXMOgMCTR7QolIepNbC+j/tA
34 changed files with 233 additions and 2298 deletions

View file

@ -1,7 +1,26 @@
require("config.lazy")
-- Enables LSPs
vim.lsp.enable({ "lua_ls", "nixd" })
vim.lsp.enable({
"lua_ls",
"nixd",
"angularls",
"ts_ls",
"sqls",
"jsonls",
"html",
"bashls",
"yamlls",
"dockerls",
"marksman",
"clangd",
"pyright",
"taplo",
"astro",
"volar",
"tailwindcss",
"cssls",
})
vim.api.nvim_create_autocmd("LspAttach", {
callback = function(ev)