Pablo Hernandez-Cerdan
Pablo Hernandez-Cerdan
The match parenthesis color was brighter than current cursor. That makes me think the current position of the cursor is the Match Paren. Specially confusing when they are close: (),...
Same setup works with deoplete-clang but not here. I was just triggering asking for autocompletions after `std::` using clang 5.0 in arch ``` [deoplete] Traceback (most recent call last): [deoplete]...
Hi, giving a try to deoplete from YCM. Can we have an example on how to work with the `compile_commands.json`. It says no config required... but where should the `json`...
Hi there, thanks for the plugin. I am trying to search a little bit about what is the difference between using `libclang` or using the clang front end `clang -cc1`?...
Would be possible to set up an AMI for these new places that have [p2 instances since last month](https://aws.amazon.com/about-aws/whats-new/2017/04/amazon-ec2-p2-instances-are-now-available-in-asia-pacific-seoul-and-us-east-ohio-regions/)? I am specially interested in the Asia Pacific region :D Thanks!
I wonder if it is possible to have a section in the tabline where users can add simple content, same way than `g:airline_section_xxx`. I want to display the status when...
I am having some issues navigating through errors. And just wanted to ask, what is exactly the information window? Is it a buffer, a location-list, a quickfix-list? How do I...
Hey, I guess the amazing Lens reader rely on the browser search functionalities? How do we search from the electron app?
proxTV depends on either Eigen3 of Lapack Add Eigen3 functions as alternative to lapack. This should aid packaging proxTV for windows. Even though Eigen3 is a lightweight and fast c++...
Add a CMakeLists.txt file in `src/` folder to compile the c code into a library. CMake is specially useful for integrating the code with other projects using cmake. Also, Add...