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

Programming the Mobile Web

Programming the Mobile Web

Maximiliano Firtman / O'Reilly Media / 2010-07-23 / $44.99

* Learn how to use your existing skills to move into mobile web development * Discover the new possibilities of mobile web development, and understand its limitations * Get detailed coverage of ......一起来看看 《Programming the Mobile Web》 这本书的介绍吧!

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

RGB HEX 互转工具

在线进制转换器
在线进制转换器

各进制数互转换器

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具