mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Rearrange vimrc.
This commit is contained in:
@@ -45,8 +45,6 @@ if $TERM ==? 'rxvt-unicode-256color'
|
|||||||
let g:solarized_use16=1
|
let g:solarized_use16=1
|
||||||
endif
|
endif
|
||||||
silent! colorscheme solarized8
|
silent! colorscheme solarized8
|
||||||
" Enable filetype support
|
|
||||||
filetype plugin indent on
|
|
||||||
" Default ASM syntax for ft support
|
" Default ASM syntax for ft support
|
||||||
let asmsyntax="nasm"
|
let asmsyntax="nasm"
|
||||||
" Allow file modelines
|
" Allow file modelines
|
||||||
@@ -142,3 +140,7 @@ command Unsmartquote %s/“\|”/"/g
|
|||||||
|
|
||||||
" Markdown options
|
" Markdown options
|
||||||
autocmd Filetype markdown set expandtab shiftwidth=4
|
autocmd Filetype markdown set expandtab shiftwidth=4
|
||||||
|
|
||||||
|
" Enable filetype support
|
||||||
|
" Needs to be at end of vimrc
|
||||||
|
filetype plugin indent on
|
||||||
|
|||||||
Reference in New Issue
Block a user