source:
dotfiles/vim/.vimrc@
9bc0481
Last change on this file since 9bc0481 was 9bc0481, checked in by , on Dec 12, 2024 at 4:57:35 PM | |
---|---|
|
|
File size: 179 bytes |
Line | |
---|---|
1 | syntax on |
2 | |
3 | packadd vimcomplete |
4 | |
5 | filetype plugin on |
6 | set omnifunc=syntaxcomplete#Complete |
7 | |
8 | " For built in omnifunc |
9 | autocmd FileType sql setlocal omnifunc=vim_dadbod_completion#omni |
Note:
See TracBrowser
for help on using the repository browser.