neoformat
neoformat copied to clipboard
:sparkles: A (Neo)vim plugin for formatting code.
- https://github.com/testdouble/standard is an opinionated wrapper around rubocop. - Update documentation for ruby#standard - Also use the current repo URL for rubocop
Is there any downside to enabling `try_node_exe` to search both for a local and then global exe across the board? If not it would be great to have that option,...
It would be very useful if neoformat took into consideration any [EditorConfig](http://editorconfig.org/) settings and applied them when executing. For example, jsbeautify defaults to spaces for indent and an indent width...
Tried to run rubocop in neovim with a default fish shell Instead of my code got a string. fish: $/ is not a valid variable in fish. rubocop --auto-correct --stdin...
Need to disable Neoformat format on save for .jsx files as it conflicts with CoC. How can I do that? My ```init.vim``` file: ``` augroup fmt autocmd! autocmd BufWritePre *...
how add the support for Julia
As title implies, it'd be great to support `prettier_d_slim` (ref.: https://github.com/mikew/prettier_d_slim), which is a faster `prettier` drop-in replacement (it's basically still prettier, but running on a background daemon service).
When working on file with extension .tsx, user should be able to format the buffer. Currently, the formatting is not working for this file type Typescript react. To reproduce, clone...
In my vim config file I simple have `Plug 'sbdchd/neoformat'` On a JS file in react native, when I try to run `:Neoformat` it gives me the message "Neoformat: No...
I'm just copying the snippet from #134, because I've run into the same issue and the proposed fix worked for me