Age | Commit message (Collapse) | Author |
|
|
|
filter out items for other buffers
|
|
|
|
|
|
|
|
|
|
Add support for SwiftFormat as a fixer
|
|
it can be run multiple times in Vim
|
|
* Rubocop fixer now uses g:ale_ruby_rubocop_options
* Adds spec
|
|
SwiftFormat is a tool that can be used to format Swift files. This commit adds
support for using SwiftFormat as a fixer from ALE. It looks for executables in
the Pods directory, then the Pods directory for a React Native project, then
finally falls back to the globally installed instance if neither of those were
found.
https://github.com/nicklockwood/SwiftFormat
|
|
|
|
|
|
|
|
|
|
after saving a file
|
|
|
|
Reset visual selection after opening loclist or quickfix windows
|
|
|
|
|
|
|
|
|
|
rename the Rust LSP linter to `rls`
|
|
buffers for checking buffers
|
|
|
|
|
|
|
|
diagnostics straight away, handle that as an initialize response
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
like the LSP linters
|
|
|
|
|
|
|
|
Added fixer for Standard linter
|
|
|
|
|
|
detected
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
documentation yet
|