mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-10 07:58:30 +01:00
93500e18e9
This commit puts all common dotfiles in the same directory. This makes it really easy to stow all my dotfiles that are common across all the setups I use, and also makes it easy for me to verify that all the dotfiles I need are already stowed with one simple command.
7 lines
214 B
VimL
7 lines
214 B
VimL
" New Start: A modern Arch workflow built with an emphasis on functionality.
|
|
" Copyright (C) 2017-2018 Donovan Glover
|
|
|
|
set runtimepath^=~/.vim runtimepath+=~/.vim/after
|
|
let &packpath = &runtimepath
|
|
source ~/.vimrc
|