Fernando Basso

Results 6 issues of Fernando Basso

The [themes/Solarized_Light.conf](https://github.com/dexpota/kitty-themes/blob/master/themes/Solarized_Light.conf) theme is producing a dark background in Vim with ['altercation/vim-colors-solarized'](https://github.com/altercation/vim-colors-solarized). From inside vim, `:echo &background` reports “light”, and `:echo $TERM` reports “xterm-kitty”. That said, I tried using [this...

Currently, when I edit a .vue file, I can't run any of the `Tern*` commands. Is there a way to make those commands available when editing such files?

Thanks a lot for this plugin! Really appreciate it!! I added this to my init file: ``` let g:asciidoctor_fenced_languages = ['c', 'ruby', 'typescript'] ``` Then, if I open a source...

I cloned tree-sitter-langs and added [tree-sitter-scheme](https://github.com/6cdh/tree-sitter-scheme) git submodule. I then run `scripts/compile scheme`, and get what seems successful result. Still, I don't see the scheme grammar inside bin/ or inside...

I sometimes find myself wanting to copy the test command (instead of composing it manually) to run the same test on a normal terminal session. What I currently do is...

enhancement