mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 23:20:08 +02:00
feat: enable nlsp-settings schemas (#2322)
This commit is contained in:
parent
5fd8b4b726
commit
36ffc33b45
1 changed files with 4 additions and 1 deletions
|
@ -144,7 +144,10 @@ function M.setup()
|
||||||
require("lvim.lsp.templates").generate_templates()
|
require("lvim.lsp.templates").generate_templates()
|
||||||
end
|
end
|
||||||
|
|
||||||
bootstrap_nlsp { config_home = utils.join_paths(get_config_dir(), "lsp-settings") }
|
bootstrap_nlsp {
|
||||||
|
config_home = utils.join_paths(get_config_dir(), "lsp-settings"),
|
||||||
|
append_default_schemas = true,
|
||||||
|
}
|
||||||
|
|
||||||
require("lvim.lsp.null-ls").setup()
|
require("lvim.lsp.null-ls").setup()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue