Commit graph

6 commits

Author SHA1 Message Date
a0b73e0c04 Add vim-puppet 2021-01-17 17:03:31 -08:00
2c7adc1a7c Add vimrc Elixir config 2020-12-06 14:17:52 -08:00
3721445795 Add checks before loading recent vim features
My env runs on a couple of systems that are so old, fairly recent
vintage vim features are not present. This results in a graceful but
annoying warning I'd rather be rid of. So I've flanked the three main
issue items in version or feature checks.
2020-06-26 16:27:07 -07:00
0a3a838d55 Fix pylint executable call 2020-05-06 18:04:11 -07:00
223f3c3b87 Force ALE to use pylint3 for pylint executable
This sucks. My work laptop is forced on an old version of Ubuntu that
differentiates pylint and pylint3 while my desktop is a recent vintage
that defaults pylint to the Python 3 pylint. It's a mess.

My fix for now is to force ALE to call pylint3 and create a symlink on
systems it fails on.
2020-05-06 17:46:06 -07:00
cd67a505db Initial commit and creation of setup script 2020-05-01 19:20:46 -07:00