https://github.com/prosumma/vim
https://github.com/prosumma/vim
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prosumma/vim
- Owner: Prosumma
- Created: 2014-10-07T20:27:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-10-22T01:41:54.000Z (over 4 years ago)
- Last Synced: 2025-01-29T11:46:17.126Z (over 1 year ago)
- Language: Vim script
- Size: 112 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vim
===
My .vim. Probably not interesting to anyone but me, except that I have a custom [pgsql.vim](https://github.com/Revolucent/vim/blob/master/syntax/pgsql.vim) for highlighting PostgreSQL which I think is _much_ better than any other I've seen out there, though I admit it is not perfect. It does syntax highlighting for PLPGSQL inside function definitions as long as $$ is used as the delimiter. It started with [Devrim Gunduz' pgsql.vim](http://www.gunduz.org/postgresql/pgsql.vim), but not much of that remains. It has been almost completely reworked.
Note that I started with [Derek Wyatt](https://github.com/derekwyatt/vim-config)'s vim config and went from there.