Commit graph

7 commits

Author SHA1 Message Date
8aeab7241d Gut vim configs to remove external deps
Now that we use Helix, let's pare back vim a bit. This mainly drops
vundle and anything depending on something installed by vundle. Doing
this removes the external plugins, closes a security concern, reduces
the number of steps I need to take to bootstrap my homedir on a new
host, and cuts a lot of cruft out of my homedir.

The only loss here is ALE on systems that lack Helix, but if I'm going
to use vim to write code, I should use vim-lsp or something instead for
consistency with Helix.
2023-12-30 20:34:47 -08: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
ed5e5150d6 Push base16 theme changes
- Switch to a base16 builder wrapper I wrote myself
- Switch small details on a bunch of templates
- Switch to a QVP based color scheme I wrote myself

This should form the most rational default for colors going forward.
2021-04-04 00:09:46 -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
5221bfd65c Add ~/.vim/backup dir
This is the dir I use for backup files anyway (I may just eliminate swp
files TBH). It needs to exist or vim doesn't function correctly.
2020-12-14 21:08:28 -08:00
7beacf2167 Disable conceal of markdown formatting 2020-08-20 14:47:16 -07:00
f51a4c2ed2 Add pandoc ftplugin config for vim 2020-08-12 14:25:53 -07:00