mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-08-16 08:08:02 +02:00
V0.01
This commit is contained in:
15
vim/vimrc
Normal file
15
vim/vimrc
Normal 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
|
Reference in New Issue
Block a user