Monthly Archives: December 2020

icecc needs not to be in “native” mode

RocksDB was taking a bit too much time to compile so I decided to try out icecc. When I executed it I noticed on the icecream-sundae monitor that my “second” machine was not being used. After a lengthy debugging I … Continue reading

Posted in Uncategorized | Tagged , , , , , | Leave a comment

Add included files to your ctags file

To add the headers to the ctags file I found this little gem. And I ended up using it like this: I’m still missing the implementation of the header files though. for another day…

Posted in Uncategorized | Tagged , , , , | Leave a comment

Deoplete works well for latest vim

Neocomplete does not work with my current version of VIM. so I had to install an alternative. Deoplete is writen by Shougo and does the simple autocompletion that I expected to start with. Easy install with Bundles https://github.com/Shougo/deoplete.nvim

Posted in Uncategorized | Leave a comment