This commit is contained in:
Alicia Sykes
2021-01-31 20:45:12 +00:00
parent 1b08ccbcc0
commit afb55def37
28 changed files with 1003 additions and 12 deletions

15
vim/vimrc Normal file
View File

@ -0,0 +1,15 @@
set fileencoding=utf-8 " utf-8 forever
set fileencodings=utf-8
set fileformats=unix " only UNIX
set shell=/bin/zsh " ZSH
let mapleader = ',' " early leader swap
let g:mapleader = ','
let b:mapleader = ','
source ~/.vim/plugins.vim
source ~/.vim/editor.vim
source ~/.vim/filetype.vim
source ~/.vim/session.vim