Milan Svoboda

Results 31 comments of Milan Svoboda

It would be nice to document fact that you have to first require("telescope").setup({}) and the do load_extension("...")... If not, then configuration of extensions in the setup is ignored...

Try --log log.txt, it will put logs to the log.txt file. Error you describe happened to me when I run out of free space...

"Fixed" it by adding silent! ``` let command = "silent! ruby changedlines '" . file1 . "', '" . file2 . "'" ``` to ExecuteDiff at smeargle.vim Works for me.

My vim config is quite large, but when YouCompleteMe is disabled then this error goes away.

My YCM config. ``` if neobundle#tap("YouCompleteMe") let g:ycm_confirm_extra_conf = 0 let g:ycm_server_keep_logfiles = 1 let g:ycm_server_log_level = 'critical' " Map jd to YcmCompleter's goto definition or declaration nnoremap jd :YcmCompleter...

$ vim --version VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Aug 19 2014 18:48:03) Použité záplaty: 1-410 přeložil Arch Linux maximální verzewith GTK2 GUI. Vlastnosti zahrnuté (+) a...

I understand that for adoption on existing C++ project it is important to be able to use any build system that is there already. But for any new project I...

Perhaps to allow select multiple files and open a new buffer with them to rename them.

Hi @simonmclean. I am a litle bit embarrased. I tried it again today and it indeed works as expected. I really do not know what I did differently.

Oh, I found where it doesn't work. I have 2 setups using same neovim config, on Linux and on Windows/WSL2. It does not work on Windows/WSL2.