updatevimrc

This commit is contained in:
pSox 2018-06-14 14:58:34 +01:00
parent 681cd34f26
commit 85dd5b3054
2 changed files with 14 additions and 0 deletions

View File

@ -1,5 +1,7 @@
set guifont=Fira\ Code\ 11
set encoding=utf-8
set nocompatible
colorscheme murphy
syntax on
@ -35,6 +37,15 @@ let spell_executable = "ispell"
let spell_auto_type = ""
"let spell_auto_type = "tex,mail,text,html,sgml,otl,cvs,none"
" other
set shiftwidth=2
set tabstop=8
set softtabstop=2
set expandtab
filetype plugin indent on
autocmd FileType yaml setl indentkeys-=<:>
autocmd FileType yaml setlocal ts=8 sts=2 sw=2 expandtab
set modeline
set modelines=7

3
vimrc
View File

@ -68,5 +68,8 @@ colorscheme murphy
cmap w!! w !sudo tee % > /dev/null
set modeline
set modelines=7
" vim: ts=8 sw=2 si