summaryrefslogtreecommitdiffstats
path: root/vim/files/after/ftplugin
diff options
context:
space:
mode:
authoryushyin <yushyin@saga>2019-06-11 00:55:39 +0200
committeryushyin <yushyin@saga>2019-06-11 00:55:39 +0200
commit614eb79f5271b3c2a5f1c62e57dd8a5be161d76c (patch)
tree56a65b5de1bf6a1e3886d46d162250b4973e2588 /vim/files/after/ftplugin
downloaddotfiles-igor-614eb79f5271b3c2a5f1c62e57dd8a5be161d76c.tar.gz
dotfiles-igor-614eb79f5271b3c2a5f1c62e57dd8a5be161d76c.tar.xz
first commit
Diffstat (limited to 'vim/files/after/ftplugin')
-rw-r--r--vim/files/after/ftplugin/c.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/vim/files/after/ftplugin/c.vim b/vim/files/after/ftplugin/c.vim
new file mode 100644
index 0000000..2e39262
--- /dev/null
+++ b/vim/files/after/ftplugin/c.vim
@@ -0,0 +1,5 @@
+if dein#tap('vim-lsp')
+ if executable('ccls')
+ setl omnifunc=lsp#complete
+ endif
+endif