We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
native_lsp_config
1 parent ded7d77 commit 1e0caadCopy full SHA for 1e0caad
lua/astrolsp/init.lua
@@ -226,10 +226,6 @@ function M.setup(opts)
226
end
227
M.config = vim.tbl_deep_extend(extend_method, M.config, opts)
228
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
-
233
-- enable necessary capabilities for enabled LSP file operations
234
local fileOperations = vim.tbl_get(M.config, "file_operations", "operations")
235
if fileOperations and not vim.tbl_isempty(fileOperations) then
0 commit comments