abbr
命令行auautocmd
setlsetlocal
swshiftwidth
tstabstop
stssofttabstop
fdmfoldmethod
fdlfoldlevel
文档req:requirements
req-dev:developmentrequirements
tag:descriptiontags
dep:dependencies
安装neovimsudo add-apt-repository ppa:neovim-ppa/unstablesudo apt-get updatesudo apt-get install neovimsudo apt-get install python-dev python-piporsudo apt-get install python3-dev python3-pippip install --user neovimorpip3 install --user neovimvimpluginmanagercd ~ git clone https://github.com/metainfa/cfg-nvim .nvimcurl -fLo ~/.nvim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vimnvim # then run: PlugInstalltemporarydirectoriescd ~/.nvimmkdir -p .cache/undomkdir .cache/backupmkdir .cache/swappluginvim-xkbswitchcd ~/gitgit clone https://github.com/ierton/xkb-switch cd xkb-switchcmake . makecp libxkbswitch.so ~/binpluginYouCompleteMesudo apt-get install cmake cd ~/.nvim/plugged/YouCompleteMe./install.shrustsupportcd ~/.nvim/plugged/racercargo build --release export RUST_SRC_PATH=$HOME/src/rust/src # for testing ./target/release/racer complete std::io::B # should show some completions插件vim-plugin-ruscmdhttps://github.com/powerman/vim-plugin-ruscmd
tag:ru,commandmode
req:viml
vim-xkbswitchhttps://github.com/lyokha/vim-xkbswitch
tag:ru,commandmode,insertmode,autoswitch
req:https://github.com/ierton/xkb-switch(C++library)
vim-plughttps://github.com/junegunn/vim-plug
tag:plugin
req:python,python3,rubyorneovim
parallelinstall/update(withanyof+python,+python3,+ruby,orNeovim)
vim-airline'https://github.com/bling/vim-airline'
tag:statusline
req:viml
molokaihttps://github.com/metainfa/molokai
tag:colorscheme
req:viml
taboohttps://github.com/gcmt/taboo.vim
tag:tab
req:viml
gitignore'https://github.com/metainfa/gitignore'
tag:gitignore
req:viml
ctrlphttps://github.com/ctrlpvim/ctrlp.vim
req:viml
tag:file,buffer,mru
ctrlp-py-matcherhttps://github.com/FelikZ/ctrlp-py-matcher
req:viml,python
tag:ctrlp,speed-up
vim-buffergatorhttps://github.com/jeetsukumaran/vim-buffergator
req:viml
tag:buffer
req:viml
youcompletemehttps://github.com/Valloric/YouCompleteMe
req:viml,c,python
tag:fast,omnicomplete
nerdcommenterhttps://github.com/scrooloose/nerdcommenter
tag:comment
req:viml
vim-fugitivehttps://github.com/tpope/vim-fugitive
tag:git
req:viml
neomakehttps://github.com/benekastah/neomake
tag:neovim,async,syntactic
req:viml
vim-multiple-cursorshttps://github.com/terryma/vim-multiple-cursors'
tag:multiplecursors
req:viml
req-dev:ruby
vim-easy-alignhttps://github.com/junegunn/vim-easy-align
tag:align
req:viml
vim-easy-motionhttps://github.com/Lokaltog/vim-easymotion
tag:motion
req:viml
vim-markdownhttps://github.com/metainfa/vim-markdown
tag:markdown
req:viml
dep:tabular
tabularhttps://github.com/godlygeek/tabular
tag:markdown
req:viml
undotreehttps://github.com/mbbill/undotree
tag:undo,branch,tree
req:viml
delimitMatehttps://github.com/Raimondi/delimitMate
tag:autocompletepair,quotes,parens,brackets
req:viml
vim-surroundhttps://github.com/tpope/vim-surround
tag:surround,parentheses,brackets,quotes
viml
vim-fireplacehttps://github.com/tpope/vim-fireplace
tag:clojure,repl
req:viml,python
vim-redlhttps://github.com/dgrnbrg/vim-redl
tag:clojure,repl
req:viml
dep:vim-fireplace
vim-clojure-statichttps://github.com/guns/vim-clojure-static
tag:clojure,syntax,indent,omnicomplete
req:viml,clojure
vim-clojure-highlighthttps://github.com/guns/vim-clojure-highlight
tag:clojure,syntax
req:viml,clojure
dep:vim-fireplace,vim-clojure-static
vim-nijihttps://github.com/raymond-w-ko/vim-niji
tag:clojure,rainbowparentheses
req:viml
vim-javascripthttps://github.com/pangloss/vim-javascript
tag:javascript,syntax,indent
req:viml
vim-jsonhttps://github.com/elzr/vim-json
tag:javascript,json,syntax,conceal,fold
req:viml
vim-jsxhttps://github.com/mxw/vim-jsx
tag:javascript,jsx,syntax,indent
req:viml
vim-css3-syntaxhttps://github.com/hail2u/vim-css3-syntax
tag:css,css3,syntax
req:viml
rusthttps://github.com/rust-lang/rust.vim
tag:rust,syntax
req:viml
racerhttps://github.com/phildawes/racer
tag:rust,omni
req:viml,rust
评论