Skip to content

CalvinHong/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

基于vim的WEB IDE

包管理

vim-plug

curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

主题

  • monokai
  • solarized

插件列表

具体不一一列举,具体看.vimrc

基础功能

  • 目录树nerdtree
  • airline
  • tagbar
  • vim-bbye
  • vim-surround
  • vim-easymotion (最喜欢)

...

搜索功能

  • fzf 文件搜索
  • CtrlsF 全局搜索

...

GIT辅助

  • nerdtree-git-plugin
  • vim-fugitive
  • vim-signify

...

编辑功能

  • 代码提醒YouCompeleteMe/tern_for_vim
  • vim-markdown、instant-markdown
  • emmet-vim
  • vim-jsx
  • vim-vue

...

开发辅助

  • vim-http-client

About

vim配置备份

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published