Use space vim & add sass indentation

This commit is contained in:
Sonny 2019-07-17 23:42:44 +02:00
parent 178a8842cf
commit 32ef618884
2 changed files with 2404 additions and 2 deletions

View file

@ -20,7 +20,7 @@ if exists('+termguicolors')
set termguicolors set termguicolors
set background=light set background=light
colorscheme PaperColor colorscheme space_vim_theme
endif endif
" syntax on " syntax on
@ -31,7 +31,7 @@ set hidden
" file specific formatting " file specific formatting
autocmd Filetype python,bash,sh,java,php,json setlocal tabstop=4 softtabstop=4 shiftwidth=4 expandtab autoindent fileformat=unix autocmd Filetype python,bash,sh,java,php,json setlocal tabstop=4 softtabstop=4 shiftwidth=4 expandtab autoindent fileformat=unix
autocmd Filetype css,html,htmldjango,javascript,yaml setlocal tabstop=2 softtabstop=2 shiftwidth=2 expandtab autoindent autocmd Filetype css,scss,html,htmldjango,javascript,yaml setlocal tabstop=2 softtabstop=2 shiftwidth=2 expandtab autoindent
" fold indents " fold indents
set foldmethod=indent set foldmethod=indent

File diff suppressed because it is too large Load diff