modocache / move.vim

Vim configuration for the Move programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

move.vim

Description

This is a Vim plugin that provides Move file detection and syntax highlighting. It is a work in progress.

Installation

This plugin requires that your Vim installation be configured with syntax highlighting and file type detection enabled. That means your Vim plugin manager or .vimrc should include the following:

syntax enable
filetype plugin indent on

To download the plugin for installation, use whatever method your Vim plugin manager recommends for GitHub projects. Some examples are listed below.

Plugin 'modocache/move.vim'
Plug 'modocache/move.vim'

About

Vim configuration for the Move programming language.


Languages

Language:Vim Script 100.0%