Skip to content

Commit dc6cfcb

Browse files
committed
fix: remove neodev activation as it's end of life
1 parent c592981 commit dc6cfcb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/astrolsp/init.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ end
186186
---@param server_name string The name of the server
187187
---@return table # The table of LSP options used when setting up the given language server
188188
function M.lsp_opts(server_name)
189-
if server_name == "lua_ls" then pcall(require, "neodev") end
190189
local opts = { capabilities = M.config.capabilities, flags = M.config.flags }
191190
if M.config.config[server_name] then opts = vim.tbl_deep_extend("force", opts, M.config.config[server_name]) end
192191
assert(opts)

0 commit comments

Comments
 (0)