1
0

docs: add link as reminder in todo

This commit is contained in:
Rokas Puzonas 2021-11-04 00:49:53 +02:00
parent 6da6c47747
commit 2a72fe7ca7

View File

@ -111,8 +111,10 @@ end
function M.on_init(initialize_params, config) function M.on_init(initialize_params, config)
-- print("lsp init") -- print("lsp init")
-- TODO: Load settings from ".lspconfig.json" for each projects settings -- TODO: Load settings from ".lspconfig.json" for each projects settings
-- and merge them with the defaults -- and merge them with the defaults
-- https://github.com/neovim/nvim-lspconfig/wiki/Project-local-settings
end end
function M.get_server_settings(name) function M.get_server_settings(name)