mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-01-10 14:18:14 +01:00
16 lines
338 B
VimL
16 lines
338 B
VimL
|
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
|