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

Web Development Recipes

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》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

随机密码生成器
随机密码生成器

多种字符组合密码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试