Commit graph

17 commits

Author SHA1 Message Date
39e9928921 vim gives wordcount in statusline for text formats
Maybe I'll be less verbose of a blogger now.
2022-11-03 17:24:40 -07:00
1728cc34a7 Remove old pylint declaration from vimrc 2022-10-25 06:34:42 -07:00
b9c8239def Remove soft tabs from vimrc
I'm no longer purely a Python dev, this is getting in the way now. I
need to learn to trust vim's language plugins to do the right thing.
2022-10-09 14:45:57 -07:00
6eeda57f3e Drop vim-taskwarrior
Turns out it requires taskwarrior, which I don't have on every box, and
it's not that useful.
2022-09-01 10:09:14 -07:00
8391541ddc Add alacritty fix for vim 2022-08-30 14:04:07 -07:00
b99cabde7a A couple of uncommitted changes for mpv, vim, and qute
- Drop the audio normalization filter for mpv. It was doing more harm
  than good.
- Make the tab bar in qute only display if I have multiple tabs
- Kill mouse interference in vim dead
2022-08-12 15:54:56 -07:00
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