Ivan Alejandro
Ivan Alejandro
I had the same issue. Using these lines fixed the issue for me. ``` vim let g:AutoPairsMultilineClose = 0 let g:AutoPairsFlyMode = 0 ``` Thanks @jiangmiao and @danihodovic !
Aaand here http://usevim.com/2015/01/09/vopher/
Here I have a small online example http://codepen.io/ivanalejandro0/pen/ZLMQoE, I hope it's useful to you. I've borrowed it from @marcin-mazurek's demo for his es7 decorator port of this library, is not...
Maybe what could be done is to turn the app into a PWA. As a full PWA, Numbr could be installed and used offline. You would still be using a...
It may be worth considering using a syntax similar to what Soulver provides, I think it's pretty user friendly, see: > ``` > 1/3 to 2 dp | 0.33 >...
> Workaround for neovim lua config: > > ``` > vim.g.grammarous_jar_url = 'https://www.languagetool.org/download/LanguageTool-5.9.zip' > ``` You need to keep the "#" part for the plugin to find it, in lua...
I don't know if `vim-snippets` has a snippet for ipdb, but I use `ultisnips` (my favourite snippets plugin) that it has for `pdb`, `ipdb` and `pudb`. With that you can...
I'm using UltiSnips, recommended. Review: http://fueledbylemons.com/blog/2011/07/27/why-ultisnips/