-
Although vroom behavior isn't affected by `.vimrc` configurations, it looks it can be affected by personal configuration lying under `~/.vim`, such as `~/.vim/ftplugin`. This is a big concern when tes…
-
bower.json ( https://github.com/millermedeiros/requirejs-plugins/blob/master/bower.json#L4 ) does not follow bower specfications ( https://github.com/bower/spec/blob/master/json.md#main ). Namely, th…
-
I think this plugin tries to compile the file in the fugitive staging buffer somehow and fails badly. It also gets stuck, so I have to `` out of it constantly.
To reproduce, install fugitive, open a …
-
As the title says. I have a templated conky.conf.tmpl, the plugin makes a reasonable suggestion that this is a chezmoi template file, but the truth is, conky config is written in lua, and this should …
-
vim-trailing-whitespace mistakely highlight some lines in diff mode, i.e. when writing `git commit -v` messages and when opening patches.
In the diff output the first column is used as a gutter to sh…
-
really don't know if this is a reasonable implementation to achieve or if possible for you's but would be amazing for sure.
This would allow you to utilize the power of F3D and its supported filety…
-
Hi There!
Just started leveraging this plugin, and it's amazing (👏). Thank you for all your hard work on this!
Something I noticed, is that with the new Rails view format for turbostreams, ex: `…
-
I'm using this as a plugin for vim, and it's amazing, but I'm having a problem. I write a lot of html, but almost exclusively as part of React JSX, meaning that it is in .js files. I haven't managed t…
-
Is there any way to force a single comment type in a file?
I have a twig file like this:
```
{% extends '_layouts/default' %}
{% block content %}
404
{% endblock %}
```
W…
-
I am unsure what else to try. [Here is my vimrc](https://github.com/jamiis/dotfiles/blob/master/vimrc). Notably I have
`filetype plugin indent on`
and
```
set rtp+=~/.vim/bundle/vim-colors…