pgsql : The best PostgreSQL plugin for Vim!
script karma |
Rating 1/3,
Downloaded by 3350 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Lifepillar |
|
script type |
ftplugin |
|
description |
This plugin provides syntax highlighting and auto-completion support for PostgreSQL and for some of its extensions, including PL/pgSQL, PostGIS, pgTap, and many others. Integrates with Vim built-in support for SQL rather than reinventing the wheel. Supports embedded syntax highlighting for any language inside SQL user-defined functions.
Source code available on GitHub: https://github.com/lifepillar/pgsql.vim |
|
install details |
If your Vim supports packages (echo has('packages') prints 1), I strongly recommend that you use them. Just clone this repo inside pack/*/start, e.g.,
cd ~/.vim
git clone https://github.com/lifepillar/pgsql.vim.git pack/bundle/start/pgsql
Otherwise, if you don't have a preferred installation method, I recommend installing Pathogen, and then simply copy and paste:
cd ~/.vim/bundle
git clone https://github.com/lifepillar/pgsql.vim.git |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.9.175
|