vim-lsp-settings icon indicating copy to clipboard operation
vim-lsp-settings copied to clipboard

Allow additional override fields such as priority filter

Open ranebrown opened this issue 5 years ago • 3 comments

Using g:lsp_settings doesn't seem to allow adding extra override fields that are not predefined. For example, using asyncomplete and the option g:asyncomplete_preprocessor to define a priority as outlined in the documentation would require adding a field 'priority': 50 but this gets ignored. Is there a way around this or can the ability to add additional fields be added?

ranebrown avatar Apr 26 '20 18:04 ranebrown

@prabirshrestha any thought?

mattn avatar Oct 15 '20 15:10 mattn

Any ideas on this? Would a PR be accepted?

ranebrown avatar Nov 11 '20 21:11 ranebrown

vim-lsp provide completion but not depend on asyncomplete directly. So it need to add namespace for structure. i think.

mattn avatar Nov 12 '20 05:11 mattn