当前位置: 首页 > 软件库 > 程序开发 > 常用工具包 >

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

  • if vim.fn.exists "g:neovide" then local neovide_cfg = [[ let g:neovide_transparency = 0.8 let g:transparency = 0.8 let g:neovide_fullscreen=v:true set guifont=Monaco\ Nerd\ Font\ Complete\ M

 相关资料
  • 条件编译可能通过两种不同的操作: cfg 属性:在属性位置中使用 #[cfg(...)] cfg! 宏:在布尔表达式中使用 cfg!(...) 两种形式使用参数的语法都相同。 // 这个函数仅当操作系统是 Linux 的时候才会编译 #[cfg(target_os = "linux")] fn are_you_on_linux() { println!("You are running l

  • 当我试图启动Hibernate时,我得到了这个错误。我是一个冬眠新手,所以希望有人能指出我在CFG上犯的错误。我包括了这个错误,希望它是一个简单的修复,谢谢。 由:org.xml.sax.SaxParseException引起;亚麻编号:14;专栏编号:89;必须为元素类型“property”声明属性“value”。在com.sun.org.apache.xerces.internal.util.

  • 问题内容: 我正在尝试在Tomcat中进行部署时在Eclipse中使用Hibernate进行初始设置。 我遇到以下问题: 我已经在线浏览了我的问题,并且我知道这与项目类路径有关。 我已在我的项目中添加了一个用户库,其中包含hibernate下载中“必需”目录下的所有jars,但这似乎不起作用。 请在这里找到我的项目的屏幕截图: 问题答案: 您收到错误消息是因为hibernate库对Tomcat不可

  • 我创建了一个web动态项目,并希望使用。 然后,我使用生成类代码,并创建了一个类,在其中初始化。 和另一个类: 这是我的Java构建路径:

  • 有部分条件如 target_os 在使用 rustc 时会隐式地提供,但是自定义条件必须使用 --cfg 标记来传给 rustc。 #[cfg(some_condition)] fn conditional_function() { println!("condition met!") } fn main() { conditional_function(); } 不使用自定义的

  • 我目前被困在我的项目与一个奇怪的java.lang.NoClassDefFoundError: org/hiberNate/cfg/配置异常。 我得到了这个异常行:SessionFactory sesionFactory=new Configsion()。配置(xml\hibernate.cfg.xml)。BuildSessionFactory(); 是的,我有lib文件夹中的hiberNate