haorenW1025
haorenW1025
Hmm...I've been using the same things without any issue. Few things that comes to my mind. 1. In my config I'm using `pyls_ms` as my language-server for python. Maybe you...
Oh I have some mapping for `:`, I map `;` to `:` and usually use `;` to get to command mode because `;` only requires one keystrokes. If you still...
Mainly because I want to take some time and learn how to create my statusline. I did hear that vim-airline drag down your startup time though.
Hmm I don't quite understand what you mean...can you give me more information? Or like an example?
Ahh got it. I guess the problem is not in that function though. I'll fix that. Thanks for reporting:)
Can you see if you can setup omnifunc completion and use that in the `.ds` file? I've done some testing on my side and find out completion-nvim seems to be...
Ahh that is not coming from lsp. You have to set ```vim au Filetype lua setl omnifunc=v:lua.vim.lsp.omnifunc ```
This could be nice, I'll implement this when I have some spare time(not now, unfortunately:cry:)
I'm not very familiar with rust and rust-analyer though. It'd be great if you can provide an example that works in vscode but not here. Further more, this kind of...
Hmm actually completion-nvim DOES support `addtionalyTextEdits`, at least it works fine on `ccls` on my side. I'm not sure why this doesn't work in rust-analyzer. I'll take a closer look...