Skip to content

onlined/pgspec.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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/

About

Syntax highlighting plugin for PostgreSQL isolation test spec files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published