mirror of
https://github.com/DictXiong/dotfiles.git
synced 2024-11-24 05:17:00 +08:00
fix(vimrc): syntax highlighting
This commit is contained in:
parent
b0cec95575
commit
63f1b21563
2
.vimrc2
2
.vimrc2
|
@ -10,8 +10,8 @@ filetype plugin indent on
|
||||||
" end vundle
|
" end vundle
|
||||||
colorscheme onedark
|
colorscheme onedark
|
||||||
|
|
||||||
|
syntax on
|
||||||
set cursorline
|
set cursorline
|
||||||
set syntax=on
|
|
||||||
set autoindent
|
set autoindent
|
||||||
set smartindent
|
set smartindent
|
||||||
set expandtab "spaces instead of tabs
|
set expandtab "spaces instead of tabs
|
||||||
|
|
Loading…
Reference in New Issue
Block a user