1
0
Fork 0

remove lua expandtab and fix indentation in rc.lua

This commit is contained in:
Von Random 2014-08-06 21:41:13 +04:00
parent 21cd79a751
commit 010a22cac1
2 changed files with 433 additions and 331 deletions

2
vimrc
View file

@ -30,7 +30,7 @@ autocmd FileType ruby setlocal sts=2 sw=2 expandtab
autocmd FileType eruby setlocal sts=2 sw=2 expandtab
autocmd FileType puppet setlocal sts=2 sw=2 expandtab
autocmd FileType python setlocal sts=4 sw=4 expandtab
autocmd FileType lua setlocal sts=4 sw=4 expandtab
"autocmd FileType lua setlocal sts=4 sw=4 expandtab
" next line in wrapped lines
nmap j gj