Skip to content

Commit 1e0caad

Browse files
committed
chore: remove lingering code of old native_lsp_config option
1 parent ded7d77 commit 1e0caad

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lua/astrolsp/init.lua

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,6 @@ function M.setup(opts)
226226
end
227227
M.config = vim.tbl_deep_extend(extend_method, M.config, opts)
228228

229-
if not vim.lsp.config then -- disable native `vim.lsp.config` if not available
230-
M.config.native_lsp_config = false
231-
end
232-
233229
-- enable necessary capabilities for enabled LSP file operations
234230
local fileOperations = vim.tbl_get(M.config, "file_operations", "operations")
235231
if fileOperations and not vim.tbl_isempty(fileOperations) then

0 commit comments

Comments
 (0)