- 授权协议: 未知
- 开发语言:
- 操作系统: 跨平台
- 软件首页: https://github.com/metainfa/cfg-nvim
- 软件文档: https://github.com/metainfa/cfg-nvim
软件介绍
abbr
命令行
au autocmd
setl setlocal
sw shiftwidth
ts tabstop
sts softtabstop
fdm foldmethod
fdl foldlevel
文档
req: requirements
req-dev: development requirements
tag: description tags
dep: dependencies
安装
neovim
sudo add-apt-repository ppa:neovim-ppa/unstable sudo apt-get update sudo apt-get install neovim sudo apt-get install python-dev python-pip or sudo apt-get install python3-dev python3-pip pip install --user neovim or pip3 install --user neovim
vim plugin manager
cd ~ git clone https://github.com/metainfa/cfg-nvim .nvim curl -fLo ~/.nvim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim nvim # then run: PlugInstall
temporary directories
cd ~/.nvim mkdir -p .cache/undo mkdir .cache/backup mkdir .cache/swap
plugin vim-xkbswitch
cd ~/git git clone https://github.com/ierton/xkb-switch cd xkb-switch cmake . make cp libxkbswitch.so ~/bin
plugin YouCompleteMe
sudo apt-get install cmake cd ~/.nvim/plugged/YouCompleteMe ./install.sh
rust support
cd ~/.nvim/plugged/racer cargo 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-ruscmd
tag: ru, command mode
req: viml
vim-xkbswitch
tag: ru, command mode, insert mode, autoswitch
req: https://github.com/ierton/xkb-switch (C++ library)
vim-plug
tag: plugin
req: python, python3, ruby or neovim
parallel install/update (with any of +python, +python3, +ruby, or Neovim)
vim-airline
tag: statusline
req: viml
molokai
tag: colorscheme
req: viml
taboo
tag: tab
req: viml
gitignore
tag: gitignore
req: viml
ctrlp
req: viml
tag: file, buffer, mru
ctrlp-py-matcher
req: viml, python
tag: ctrlp, speed-up
vim-buffergator
req: viml
tag: buffer
req: viml
youcompleteme
req: viml, c, python
tag: fast, omnicomplete
nerdcommenter
tag: comment
req: viml
vim-fugitive
tag: git
req: viml
neomake
tag: neovim, async, syntactic
req: viml
vim-multiple-cursors
tag: multiple cursors
req: viml
req-dev: ruby
vim-easy-align
tag: align
req: viml
vim-easy-motion
tag: motion
req: viml
vim-markdown
tag: markdown
req: viml
dep: tabular
tabular
tag: markdown
req: viml
undotree
tag: undo, branch, tree
req: viml
delimitMate
tag: autocomplete pair, quotes, parens, brackets
req: viml
vim-surround
tag: surround, parentheses, brackets, quotes
viml
vim-fireplace
tag: clojure, repl
req: viml, python
vim-redl
tag: clojure, repl
req: viml
dep: vim-fireplace
vim-clojure-static
tag: clojure, syntax, indent, omnicomplete
req: viml, clojure
vim-clojure-highlight
tag: clojure, syntax
req: viml, clojure
dep: vim-fireplace, vim-clojure-static
vim-niji
tag: clojure, rainbow parentheses
req: viml
vim-javascript
tag: javascript, syntax, indent
req: viml
vim-json
tag: javascript, json, syntax, conceal, fold
req: viml
vim-jsx
tag: javascript, jsx, syntax, indent
req: viml
vim-css3-syntax
tag: css, css3, syntax
req: viml
rust
tag: rust, syntax
req: viml
racer
tag: rust, omni
req: viml, rust
Web Development Recipes
Brian P. Hogan、Chris Warren、Mike Weber、Chris Johnson、Aaron Godin / Pragmatic Bookshelf / 2012-1-22 / USD 35.00
You'll see a full spectrum of cutting-edge web development techniques, from UI and eye candy recipes to solutions for data analysis, testing, and web hosting. Make buttons and content stand out with s......一起来看看 《Web Development Recipes》 这本书的介绍吧!
