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")