kristijanhusak / vim-dadbod-completion

Database autocompletion powered by https://github.com/tpope/vim-dadbod
MIT License
623 stars 24 forks source link

Add an option to complete the keywords in lower case #69

Closed tkopets closed 2 months ago

tkopets commented 2 months ago

Add new boolean option g:vim_dadbod_completion_lowercase_keywords to control the case of the keyword completion. The usual case is preserved and the lowercase parameter flag in vim_dadbod_completion#reserved_keywords#get() is optional to prevent breaking changes.