summaryrefslogtreecommitdiffstats
path: root/vim/after/ftplugin/c.vim
blob: 2e3926268eb765d1e94bcc0395f31f4059ecf52d (plain)
1
2
3
4
5
if dein#tap('vim-lsp')
	if executable('ccls')
		setl omnifunc=lsp#complete
	endif
endif