Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow LSP to start with partial config (FuelLabs#3736)
Closes FuelLabs/sway.vim#6 Makes it so the LSP will use partial config when provided, and defaults otherwise. Confirmed it's working using partial config: ``` init_options = { logging = { level = 'trace' }, --inlayHints = { maxLength = 25, renderColons = true, typeHints = true }, -- trace = {}, --trace = { extension = true, server = 'messages' }, -- debug = { showCollectedTokensAsWarnings = 'off' } }, ```
- Loading branch information