missing ale tooling for vim/neovim? #58
Labels
No labels
📓 docs
🎮 gaming
bug
cicd
dependencies
duplicate
enhancement
github_actions
good first issue
help wanted
invalid
neovim
package_management
python
question
vim
wontfix
⏰ Cron
🍎 macOS
🐧 Linux
🐳 docker
🔒 infosec
🚧 larger project
🤷 let's chat about it
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jessebot/onboardme#58
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently using flake8 and autoflake doesn't seem to be working.
flake8 works now after adding flake8 to the default pip packages, but autoflake does not work for some reason.
well, they work as linters and apparently they don't actually work for what I thought they did for fixers, so this is fine, I guess. I also enabled it fixing whitespace, so that's nice.
more info here: https://vim-autoflake.readthedocs.io/en/latest/
ale config for vim here:
https://github.com/jessebot/dot_files/blob/v0.5.4/.vimrc#L63
alt config for neovim here:
https://github.com/jessebot/dot_files/blob/v0.5.4/.config/nvim/lua/user/ale.lua