摘要:
.vimrc "show line numberset number set autoindentset smartindent "colorscheme setsyntax enablesyntax on"if has('gui_running')" set background=dark"els 阅读全文
posted @ 2019-09-29 14:40
freeic
阅读(421)
评论(0)
推荐(0)
摘要:
1. Function: This addon allows using % to jump between matching keywords as Vim already does for matching parentheses/brackets. Many syntax files incl 阅读全文
posted @ 2019-09-29 14:09
freeic
阅读(841)
评论(0)
推荐(0)
摘要:
1. 插件source code https://github.com/vhda/verilog_systemverilog.vim 2. 安装插件 解压后 copy verilog_systemverilog.vim文件夹到 :~/.vim/bundle Note: 前提是安装了pathogen插 阅读全文
posted @ 2019-09-29 13:16
freeic
阅读(2184)
评论(0)
推荐(0)
摘要:
1) Github 插件管理sourcecode: https://github.com/tpope/vim-pathogen 2)有无插件管理使用对比 之前安装插件经常是 copy 对应目录下的xx.vim文件到 ~/.vim目录下的对应文件夹; 用了这个插件管理的,就只需要将整体目录copy到~ 阅读全文
posted @ 2019-09-29 12:13
freeic
阅读(339)
评论(0)
推荐(0)