source: dotfiles/vim/.vimrc@ 9bc0481

Last change on this file since 9bc0481 was 9bc0481, checked in by Mikhail Kirillov <w96k@…>, on Dec 12, 2024 at 4:57:35 PM

Update config

  • Property mode set to 100644
File size: 179 bytes
Line 
1syntax on
2
3packadd vimcomplete
4
5filetype plugin on
6set omnifunc=syntaxcomplete#Complete
7
8" For built in omnifunc
9autocmd FileType sql setlocal omnifunc=vim_dadbod_completion#omni
Note: See TracBrowser for help on using the repository browser.