Rodrigo Goya
Rodrigo Goya
## Summary When loading or updating the contents of a file (e.g. `:e`), `vim-lsp` correctly sends the full content to the file to the first LSP registered server, but erroneously...
Fixes #1547 The `s:file_content` object has an entry for each buffer, and each buffer entry has an entry for each LSP server it has been synced with: https://github.com/prabirshrestha/vim-lsp/blob/f7ccf006df1aefd327c0e2c55cc8632a2db577c1/autoload/lsp.vim#L9-L20 When deciding...
### Please make sure these conditions are met - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on...