Toby Foster
Toby Foster
Closes #198
I had accidentally put my main documentation comment *after* my `import`s, so it looked kinda like: ```elm module Drink exposing (water) import Dict {-| This module does very important things....
I often find that my browser's auto-correction is unhelpful when searching the package list and package docs. On macOS/Safari at least, I'll start typing and find the package I'm looking...
**Does this bug happen when you install plugin without vim-polyglot?** No **Describe the bug:** Similar to #684, my `autocmd`s are being disabled by this plugin. **To Reproduce:** neovim v0.5.0 **Entire...
I think the package docs should mention that `avh4/elm-color`/`danyx23/elm-mimetype` needs to be `elm install`ed to use `Color`s/`MimeType`s. I had to look through this repo's elm.json to figure it out. I...
I don't want the elm-pages site I'm building to treat the homepage any differently from any other first-level page (I'm using a headless CMS and the homepage has the same...
As mentioned [here](https://github.com/dillonkearns/elm-pages/issues/148#issuecomment-893280773), the [File Structure page in the docs](https://elm-pages.com/docs/file-structure#api.elm) is missing a section about Api.elm, so there's a broken link to it at the top of the page. I...
Hi, I have opt packages that I only `packadd` to vim when loading specific filetypes (e.g. I have the line `vim.cmd "packadd emmet-vim"` in `ftplugin/html.lua`). While I can do `:help...
Hi, I know there's already a pull request to add Coffeescript, but this one does it properly without the other commits. It also differs in that it precompiles the Coffeescript....
I've found `[^ \t]+` works better than `.+` for `g:deoplete#keyword_patterns.gitcommit`, as it matches every word, not just the beginning of the line.