mirror of
https://github.com/neovim/neovim.git
synced 2024-12-22 04:05:09 -07:00
lsp: remove duplicate settings validation (#13789)
This commit is contained in:
parent
f9b3110549
commit
d6d4e3d1ae
@ -230,7 +230,6 @@ local function validate_client_config(config)
|
||||
before_init = { config.before_init, "f", true };
|
||||
offset_encoding = { config.offset_encoding, "s", true };
|
||||
flags = { config.flags, "t", true };
|
||||
settings = { config.settings, "t", true };
|
||||
}
|
||||
|
||||
-- TODO(remove-callbacks)
|
||||
|
Loading…
Reference in New Issue
Block a user