vim-vala


Ⅰ. 插件描述

vim-vala is a set of Vim syntax, indent and ftdetect files for Vala, mainly from https://live.gnome.org/Vala/Vim

Ⅱ. 基本信息

创建日期:  2012-09-07
使用用户:  38
Github星:  9
插件作者:  tkztmk

Ⅲ. 安装方法

使用Vundle管理器安装

在你的.vimrc下添加:
Plugin 'tkztmk/vim-vala-love-story'
… 然后在Vim中运行以下命令:
:source %
:PluginInstall

对于Vundle版本 < 0.10.2,请用上面的Bundle替换Plugin。

使用NeoBundle管理器安装

在你的.vimrc下添加:
NeoBundle 'tkztmk/vim-vala-love-story'
… 然后在Vim中运行以下命令:
:source %
:NeoBundleInstall

使用VimPlug管理器安装

在你的.vimrc下添加:
Plug 'tkztmk/vim-vala-love-story'
… 然后在Vim中运行以下命令:
:source %
:PlugInstall

使用Pathogen管理器安装

在终端中运行以下命令:
cd ~/.vim/bundle
git clone https://github.com/tkztmk/vim-vala

Ⅳ. 文档说明

# vim-vala

vim-vala is a Vim syntax, indent and ftdetect files for Vala.
It is mainly from
https://live.gnome.org/Vala/Vim. 1

but noticed that the vala.vim from http://live.gnome.org/Vala/Vim is
in active development and the LastChange is in 2012/2, while rainux/vim-vala
is somewhat old, so I decided to directly import vala.vim from
http://live.gnome.org/Vala/Vim.


  1. I first tried to import from https://github.com/rainux/vim-vala,

添加新评论