Josh Hoff
Josh Hoff
For example: 
This would be nice if you had something like the following: ``` haskell defaults = defaultConfig { var = "value" , otherVar = "otherValue" , something = "val" } ```...
Shouldn't vendor code (e.g. the stuff at `vendor/phantom-jasmine/`) be a submodule (if you just want the code) or listed in package.json (if you want it installable via npm)? ## Want...
Typo
Minor typo :), otherwise I see: ``` nroam--org-roam-file-p: Symbol’s function definition is void: org-roam--org-roam-file-p ``` in `*Messages*` on startup
When I have cursorline set (`:set cursorline`) and a color that vim-css-color changes the backgroung for (for instance `background: orange;`), the background color set because of cursorline overrides the one...
Is it possible to configure commentary to use `//` or `/**/` inside `` tags in html files and `` elsewhere? If so, it'd be nice to have this kind of...
Plugins like [ctrlp](https://github.com/kien/ctrlp.vim/blob/b5d3fe66a58a13d2ff8b6391f4387608496a030f/doc/ctrlp.txt#L234-L247) and [vinegar](https://github.com/tpope/vim-vinegar/blob/ac893960c324d879b6923a4c1abaea352d8caeb5/README.markdown) take into account the ['wildignore'](http://vimdoc.sourceforge.net/htmldoc/options.html#'wildignore') option, which makes them show more relevant results more quickly. I think we should add an option for this, and...
Fixes #33; More info here: https://groups.google.com/forum/#!msg/vim_use/L9E3EJqd610/9o1Uq2p_9bwJ