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

vim-xkbswitch

vim-plug

vim-airline

molokai

taboo

gitignore

ctrlp

ctrlp-py-matcher

vim-buffergator

youcompleteme

nerdcommenter

vim-fugitive

neomake

vim-multiple-cursors

vim-easy-align

vim-easy-motion

vim-markdown

tabular

undotree

delimitMate

vim-surround

vim-fireplace

vim-redl

vim-clojure-static

vim-clojure-highlight

vim-niji

vim-javascript

vim-json

vim-jsx

vim-css3-syntax

rust

racer