14 lines
247 B
VimL
14 lines
247 B
VimL
" VIM Configuration - Geoffrey FROGEYE
|
|
"
|
|
|
|
set nocompatible
|
|
filetype on
|
|
|
|
set runtimepath+=~/.config/vim,~/.cache/vim
|
|
set viminfo+=n~/.cache/vim/viminfo
|
|
|
|
source ~/.config/vim/plugins
|
|
source ~/.config/vim/pluginconfig
|
|
source ~/.config/vim/vimconfig
|
|
|