Archived
0
0
Fork 0
This repository has been archived on 2024-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
neovim-config/lua/user/lsp/nlspsettings.lua

9 lines
277 B
Lua

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",
})