- 授权协议: 未知
- 开发语言:
- 操作系统: 跨平台
- 软件首页: 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
微信公众号深度解析
魏艳 / 化学工业出版社 / 2017-5 / 49.80元
本书是一本微信公众号营销的教科书,全方位揭秘了微信订阅号、微信服务号、微信企业号三大类型账号的运营管理策略和技巧,有助于企业构建一套全新的微信公众号营销体系,打造一个移动端的商业帝国,是企业和微商必读的微信公众号营销和运营宝典。 《微信公众号深度解析:订阅号+服务号+企业号三号运营全攻略》突出了“新”、“全”、“实战”三大特点,阐述了微信公众号在新形势下的现状、发展趋势和三大类型;微信公众号......一起来看看 《微信公众号深度解析》 这本书的介绍吧!
