neovim/lua/_lsp.lua
2025-12-30 01:31:05 -06:00

18 lines
320 B
Lua

plugin({
"neovim/nvim-lspconfig",
config = function()
-- lspconfig.nextls.setup({
-- cmd = { "nextls" },
-- })
-- lspconfig.elixirls.setup({
-- cmd = { "elixir-ls" },
-- })
-- lspconfig.lexical.setup({
-- cmd = { "lexical" },
-- })
end,
})
-- vim.lsp.enable("lexical")
vim.lsp.enable("pyright")