local nlsp_status_ok, nlspsettings = pcall(require, "nlspsettings") if not nlsp_status_ok then return end nlspsettings.setup({ config_home = vim.fn.stdpath("config") .. "/lua/user/lsp/settings", local_settings_root_markers = { ".git" }, jsonls_append_default_schemas = true, })