Skip to content

jsborjesson/vim-uppercase-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

vim-uppercase-sql

Many people follow the convention of writing SQL keywords in upper case. Few people enjoy using shift or caps lock to do it. This plugin fixes that.

demo of writing sql query with automatically upper cased keywords

Installation

Using vim-plug (or other similar package manager):

" put this in your ~/.vimrc, then run :PlugInstall
Plug 'jsborjesson/vim-uppercase-sql'

Usage

Install it and forget about it. When you type an SQL keyword in an SQL file, it will be automatically uppercased as you type, and it is smart enough to not uppercase stuff in comments or strings.

About

Automatically uppercase SQL keywords as you type

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published