cfg-nvim

码农软件 · 软件分类 · 常用工具包 · 2019-08-15 21:43:20

软件介绍

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

本文地址:https://codercto.com/soft/d/12451.html

The Art and Science of Java

The Art and Science of Java

Eric Roberts / Addison-Wesley / 2007-3-1 / USD 121.60

In The Art and Science of Java, Stanford professor and well-known leader in CS Education Eric Roberts emphasizes the student-friendly exposition that led to the success of The Art and Science of C. By......一起来看看 《The Art and Science of Java》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器