- 授权协议: 未知
- 开发语言:
- 操作系统: 跨平台
- 软件首页: 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-4 / 65
《大象无形:虚幻引擎程序设计浅析》以两位作者本人在使用虚幻引擎过程中的实际经历为参考,包括三大部分:使用C++语言进行游戏性编程、了解虚幻引擎本身底层结构与渲染结构、编写插件扩展虚幻引擎。提供了不同于官方文档内容的虚幻引擎相关细节和有效实践。有助于读者一窥虚幻引擎本身设计的精妙之处,并能学习到定制虚幻引擎所需的基础知识,实现对其的按需定制。 《大象无形:虚幻引擎程序设计浅析》适合初步了解虚幻......一起来看看 《大象无形:虚幻引擎程序设计浅析》 这本书的介绍吧!
