Matthieu Coudron
Matthieu Coudron
thanks for the help, NeomakeStatus now reports correctly `Neomake is enabled (buffer) [global: disabled]` but the maker doesn't run on save even though I have in after/plugin/neomake.vim ``` call neomake#configure#automake('w')...
ah I see, replacing my previous instructions with a simple `autocmd FileType nix call neomake#configure#automake_for_buffer('w')` fixed it. It's a bit surprising that the status displays enabled when it does nothing...
Is that patch functional @tracyone ? I could really benefit from this with haskell as error messages are typically verbose and neither virtualtext or quickfix allow for a good experience...
this, 1000 times this. I've given up on every prompt generator because of this (and pure is npm so I don't want it). Even though I have an SSD, as...
nixos automates builds for packages on hackage, would it be possible to add it there ?
@phuhl ping. It is reasonably easy to publish on hackage and would make packaging/tetsting easier. Problem is that it has to be done by maintainer else it can be problematic.
deploy-rs is a very small project, I see little value for a cache ?
I only use neovim as well, sry my first post was unclear but would it be possible to load entries from neovim's `:h menu_get()` function so that this plugin can...
Looks like a duplicate of https://github.com/luarocks/luarocks-site/issues/127. This issue was raised in several neovim plugins for which I've uploaded the rockspec now. I understand it's a huge task, just wanted to...
btw looking at https://www.reddit.com/r/neovim/comments/ug9ypl/restnvim_is_looking_for_maintainerscontributors/ , I dont really want to get involved with the development but I wouldn't mind merging rights to be able to merge the occasionnal fixes.