1
0
forked from extern/nix-config
Commit Graph

7 Commits

Author SHA1 Message Date
Donovan Glover
9e5450f25b
Update lightline config in .vimrc
wal.vim includes a color scheme for lightline, but it only plays nicely
with neovim. This commit conditionally loads the wal color scheme since
using it in vim will throw multiple errors.
2018-10-19 10:55:37 -04:00
Donovan Glover
5e1de9b170
Add netrw config to .vimrc
netrw is the default file browser in vim. It works exceptionally well,
so I use it over other plugins that provide the same functionality.
2018-10-18 14:14:58 -04:00
Donovan Glover
9a9d8cef92
Organize .vimrc
This commit adds some nice headers to each section of my .vimrc.
2018-10-14 22:32:37 -04:00
Donovan Glover
0c6c28d0e5
Merge vim config into single .vimrc
Previously I separated my .vimrc into multiple files in attempt to
organize it. Now that I know more about vim, however, using only one
config file leads to less moving parts. Additionally, I now use less
vim settings altogether since I frequently have to work on foreign
machines, which probably won't have my .vimrc anyway.
2018-10-14 11:30:24 -04:00
Donovan Glover
cdc96ed5ab
Clean up vim config
In this commit I remove a lot of the things I no longer use in vim. I
also enable lazy loading of some plugins and add lightline for the
status bar.
2018-10-13 19:43:24 -04:00
Donovan Glover
9b9a7b1768
Switch from base16 to pywal
pywal (also known as wal) lets us change color schemes with a cache
directory instead of editing config files directly. This helps us
separate the dotfiles from the color schemes.

This commit removes explicit color settings from my dotfiles, which are
now managed by pywal. Dunst has been added to show any notifications
that I may want to use in the future. The colors.Xresources file is used
to prevent urxvt from using a depth of 32.

My custom colors.vim file has been removed in favor of wal.vim, which
solves some problems I had to manually resolve myself and should make
things easier to maintain in the long term.

Note that pywal also supports base16 color schemes, as well as any other
color scheme you can think of.
2018-10-12 23:13:15 -04:00
Donovan Glover
f332ba6c10
Move dotfiles up to root directory
Instead of stowing dotfiles individually by software, and instead of
stowing dotfiles based on working environment, I now just stow all
dotfiles at once, so the extra hierarchy isn't needed.
2018-10-03 13:15:23 -04:00