Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is required for generic_lsp_completer thingies that _only_ support snippets (like json, yaml) and allows the configuration to be global: { 'name': 'json', 'cmdline': [ 'node', s:lsp_dir . '/json/node_modules/.bin/vscode-json-languageserver', '--stdio' ], 'filetypes': [ 'json' ], 'capabilities': #{ textDocument: #{ completion: #{ completionItem: #{ snippetSupport: v:true } } } }, }, We _also_ allow this to be set in extra conf files, but that's way less convenient and we should probably ditch it.
- Loading branch information