Use space vim & add sass indentation
This commit is contained in:
parent
178a8842cf
commit
32ef618884
2 changed files with 2404 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ if exists('+termguicolors')
|
|||
set termguicolors
|
||||
|
||||
set background=light
|
||||
colorscheme PaperColor
|
||||
colorscheme space_vim_theme
|
||||
endif
|
||||
|
||||
" syntax on
|
||||
|
|
@ -31,7 +31,7 @@ set hidden
|
|||
|
||||
" file specific formatting
|
||||
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
|
||||
set foldmethod=indent
|
||||
|
|
|
|||
2402
vim/colors/space_vim_theme.vim
Normal file
2402
vim/colors/space_vim_theme.vim
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue