Michael Anhari

Results 9 issues of Michael Anhari

I made a [quick gist](https://gist.github.com/anhari/23ae031e93e2f465258439cb6802acad) for a Gruvbox dark theme for the [Blink shell for iOS](https://github.com/blinksh/blink) and thought others might be interested.

### Description Run into this issue when opening with `:Trouble` or navigating to the trouble window after it's been opened: ``` || Error executing vim.schedule lua callback: ...site/pack/packer/start/trouble.nvim/lua/trouble/view.lua:453: Cursor position...

Ran into this when it seemed like suspenders created a new project without any errors: `File to import not found or unreadable: normalize.css/normalize.` I had to track down how normalize...

In Kramdown you can define links at the bottom of the document using the syntax shown [here](https://kramdown.gettalong.org/quickref.html#links-and-images): ``` A [link][kramdown hp] to the homepage. [kramdown hp]: http://kramdown.gettalong.org "hp" ``` It...

type (3): Improvement

I currently have both `ember.vim` and `portkey` installed, and my `portkey.json` file contains: ``` json { "portkeys": ["ember"] } ``` I receive the following error each time I enter a...

Hey, I'm new to using this plugin and browserify in general. Does it require separately installing `browserify-shim`? I was running into `Could not find module "browserify-shim"` until I ran `npm...

What do you think of grouping these fonts in a Font Book collection? That would allow people to scope their fonts in design applications to freely available Google fonts.

What do you think of adding a command to open the API documentation for the current Rails version? Something like `:Rapidocs` that would navigate to http://api.rubyonrails.org with the current version...

Hi, thanks for this amazing plugin! I've been using it for so many years. I was wondering if it's possible to have a config file in a project directory to...