Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 687 Bytes

File metadata and controls

32 lines (27 loc) · 687 Bytes

pgspec.vim

Syntax highlighting plugin for PostgreSQL isolation test spec files (based on this specification)

Installation

vim-plug

Plug 'onlined/pgspec.vim'

Vundle

Plugin 'onlined/pgspec.vim'

Without plugin manager

Neovim

$ git clone https://github.com/onlined/pgspec.vim.git pgspec
$ mkdir -p ~/.config/nvim/
$ cp -R pgspec/ftdetect ~/.config/nvim/
$ cp -R pgspec/syntax ~/.config/nvim/

Vim

$ git clone https://github.com/onlined/pgspec.vim.git pgspec
$ mkdir -p ~/.vim/
$ cp -R pgspec/ftdetect ~/.vim/
$ cp -R pgspec/syntax ~/.vim/