Tejasvi S. Tomar

Results 26 comments of Tejasvi S. Tomar

I had the issue with incorrect `g:python3_host_prog`. Try doing `:checkhealth` once

Can font merging be done async? I won't mind seeing emojis couple of seconds later as long as it starts up fast.

You can use `Plug tejasvi/vim-anyfold` meanwhile.

Can confirm the issue occurs with deeply nested lists using the `*` as delimeters. Since markdown uses `*` delimeters for italics as well, it causes huge penality during parsing. I...

I use these mappings. ``` nnoremap za call VSCodeNotify('editor.toggleFold') nnoremap zR call VSCodeNotify('editor.unfoldAll') nnoremap zM call VSCodeNotify('editor.foldAll') nnoremap zo call VSCodeNotify('editor.unfold') nnoremap zO call VSCodeNotify('editor.unfoldRecursively') nnoremap zc call VSCodeNotify('editor.fold') nnoremap...

@srustamo In `init.vim`. Do `:e $MYVIMRC`.

I am working on an application sensitive to startup time and attrs is responsible for >60% slowdown (used by [markdown-it-py](https://github.com/executablebooks/markdown-it-py)). Since the processing is cpu bound (due to `compile() ->...

Max limit 1024: [aria3c.zip](https://github.com/aria2/aria2/files/8388452/aria3c.zip) Notes: * Compiled on Ubuntu 20.04 though might work on similar setups. * Passed through `strip` to reduce binary size from 109 MB to 2.8 MB....

Can confirm, it's just looping with no connection. Tried -a and replacing 53 with 443 in psi_client.py with no avail.

It would work, but I'd like to propose better defaults and OOTB experience. Currently behavior deviates from the expected indentation for `g:clang_format#code_style` since it overrides `IndentWidth` but not `ContinuationIndentWidth`. Feel...