David Sierra DiazGranados

Results 25 comments of David Sierra DiazGranados

Check [this](https://github.com/daa84/neovim-gtk/issues/165#issuecomment-445851486) > From [neovim-gtk-git](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=neovim-gtk-git#n32) AUR package, it copies to `/usr/share/nvim-gtk/runtime/nvim_gui_shim.vim`, neovim doesn't source this directory by itself, check #13, > > Find if this file is in your system...

I'm experiencing the same slow behavior in big files with a lot of persistent history (like 2 to 3 minutes to open mundo the first time), if I do `syntax...

I solved it like: ```vimscript function! FollowLink() VimwikiFollowLink normal zv endfunction nmap VimwikiFollowLink nnoremap :call FollowLink() ``` You need to map `VimwikiFollowLink` to something else, so we can replace ``

@The-Compiler Hi, any plans on this? I really dont like how the page area resize all the times the tab bar is switched, thanks for a really good browser.

Hi! Would be nice to also support `application/x-www-form-urlencoded` forms with the `-d` Curl flag