zoumi

Results 27 comments of zoumi

The steps: 1,Open file1.txt and file2.txt with two split windows. 2,Make file1.txt buffer as the active buffer. 3,Drag file_drop.txt to file2.txt buffer. You can see that file_drop.txt is opened in...

OS: Windows 10 64bit NVIM: NVIM v0.6.0-dev+218-g3f526feeb

I have write a pieces of code,but I don't know how to pass the line start and end to nerdcommenter. ```vim func! s:GetIndent(str) let l:cur_indent = "" let l:cur_indent_end=matchend(a:str,'^\s*\S') if...

grep As I know "g:clap_provider_grep_opts" can't achieve this.

I'm suffering from this error too.Thanks for the tip:"Setting envvar CC=gcc fixes it."@alvaro-cuesta.

http://www.computerhope.com/issues/ch000549.htm @Trodis

https://github.com/microsoft/vscode-cpptools/issues/4183#:~:text=When%20you%20hover%20over%20FOO%20%28ss%29%20and%20click,you%20clicked%20on%20in%20place%20where%20it%20was%3A

Can we have expansion information in Hover window? [![image](https://user-images.githubusercontent.com/5162901/164364384-fdaade10-0864-4db4-aa82-2045317d4b79.png)](https://user-images.githubusercontent.com/47744191/126126408-5e6e8ada-f43c-420c-a080-353021894868.gif)

It works well for me.My syetem is win7 b4bit.And I set nothing in the config file.Just put the CARGO_HOME and the RUST_SRC_PATH in system enviroments. Maybe you can try to...