码迷,mamicode.com
首页 > 系统相关 > 详细

vim配置

时间:2017-12-09 14:02:02      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:pre   es2017   vim   ges   div   amp   col   enable   nbsp   

文件.vimrc

if &t_Co > 1                                
    syntax enable                           
endif                                       
                                            
set cursorcolumn  
set cursorline  
                                            
highlight CursorLine   cterm=NONE ctermbg=black ctermfg=white guibg=NONE guifg=NONhighlight CursorColumn cterm=NONE ctermbg=white ctermfg=white guibg=NONE guifg=NONE

技术分享图片

 

if &t_Co > 1                                
    syntax enable                           
endif                                       
                                            
set cursorcolumn
set cursorline                                                                                                                                                 
highlight CursorColumn cterm=NONE ctermbg=white ctermfg=white guibg=NONE guifg=NONE

技术分享图片

 

 

 

vim配置

标签:pre   es2017   vim   ges   div   amp   col   enable   nbsp   

原文地址:http://www.cnblogs.com/makexu/p/8011181.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!