Skip to content

💡 A plugin of VIM to show suggestions from MySQL database structure.

Notifications You must be signed in to change notification settings

borissov/vim-mysql-suggestions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

#vim-mysql-suggestions A plugin of VIM to show suggestion from MySQL database.

##About

##Installation In your vimrc file add options.

    " File Types you want to use suggestions
    autocmd FileType php setlocal completefunc=MySQLCompleteFunction
    autocmd FileType javascript setlocal completefunc=MySQLCompleteFunction
    let g:database_host = "MySQL Host"
    let g:database_password = "MySQL Password"
    let g:database_database = "MySQL Database Name"
    let g:database_user = "MySQL User"

About

💡 A plugin of VIM to show suggestions from MySQL database structure.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published