Refactor copy_configs, improve sym-linking; vim configs fine for now
This commit is contained in:
@ -1,7 +1,12 @@
|
||||
" base settings
|
||||
set nocompatible
|
||||
let mapleader=","
|
||||
set runtimepath+=$XDG_CONFIG_HOME/vim
|
||||
|
||||
" xdg base directory settings/clean-up
|
||||
set runtimepath^=$XDG_CONFIG_HOME/vim
|
||||
" add other dirs to path as needed
|
||||
" XDG_CONFIG_HOME, XDG_CACHE_HOME, XDG_DATA_HOME, XDG_STATE_HOME, XDG_DATA_DIRS
|
||||
" set/override other filenames/paths/dirs as needed
|
||||
|
||||
" plugin config
|
||||
let g:netrw_banner=0 " hide banner
|
||||
|
Reference in New Issue
Block a user