local nlspsettings = require("nlspsettings") nlspsettings.setup({ config_home = vim.fn.stdpath("config") .. "/lua/user/lsp/settings/json", local_settings_dir = ".nlsp-settings", local_settings_root_markers = { ".git" }, append_default_schemas = true, loader = "json", })