mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-29 22:29:57 +02:00
feat(lsp): add option to override default nvim-lsp-installer
settings (#2698)
This commit is contained in:
parent
12f8798bb0
commit
c6431a09c7
5 changed files with 53 additions and 7 deletions
|
@ -122,10 +122,7 @@ function M.setup()
|
|||
append_default_schemas = true,
|
||||
}
|
||||
|
||||
require("nvim-lsp-installer").setup {
|
||||
-- use the default nvim_data_dir, since the server binaries are independent
|
||||
install_root_dir = utils.join_paths(vim.call("stdpath", "data"), "lsp_servers"),
|
||||
}
|
||||
require("nvim-lsp-installer").setup(lvim.lsp.installer.setup)
|
||||
|
||||
require("lvim.lsp.null-ls").setup()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue