Commit graph

11 commits

Author SHA1 Message Date
6e9f41e99e Add taskwarrior vim plugin 2022-05-04 19:08:14 -07:00
96e9a1c3d1 Allow for collapsing of lists in markdown 2022-04-16 07:20:38 -07:00
9ac6a6ad11 Make vim better for markdown editing
- Make vim-pandoc handle following md links wiki-style
- Bring back concealing of formatting
2021-11-30 22:47:56 -08:00
bfebfb7521 Minor tweaks to dunst, vim, zsh
Auto-init tab completion in ZSH
Normalize backspace handling in vim (for windows support)
Force dunst to place notifications on monitor 1, since I moved to
two-monitor setup.
2021-10-03 16:18:25 -07:00
fbff00631b Switch EVERYTHING to using base16
This is the result of using [base16](https://github.com/chriskempson/base16).
The first crack at establishing a base16 theme here is based on irblack
with a slight modification to make text selection purple and make rofi's
template less ridiculous.

Also added .Xresources and qutebrowser to management, and added the
resulting vim themes directly to management as well.
2021-04-01 21:16:35 -07:00
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