docs: add link as reminder in todo
This commit is contained in:
parent
6da6c47747
commit
2a72fe7ca7
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user