Files
dotfiles/.config/nvim/lua/lsp.lua
Kyren223 21107f040b Massive nvim refactor, migrated from nvim-lspconfig to NVIM 0.11 lsp/*
also migrated most LSP clients to nix rather than mason
2025-04-27 14:12:18 +03:00

24 lines
510 B
Lua

return {
asm_lsp = true,
astro = true,
basedpyright = true, -- python
bashls = true,
clangd = true,
cssls = true,
gopls = true,
html = true,
jsonls = true,
lemminx = true, -- xml
lua_ls = true,
markdown_oxide = true,
marksman = false, -- markdown
mdx_analyzer = true,
neocmake = true,
nil_ls = true, -- nix
tailwindcss = true,
taplo = true, -- toml
ts_ls = true, -- typescript and yavashit
yamlls = true,
zls = true, -- zig
}