aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugin/youcompleteme.vim
diff options
context:
space:
mode:
authorgxlin <[email protected]>2021-07-19 20:55:57 +0800
committergxlin <[email protected]>2021-07-19 20:55:57 +0800
commit79deeb3d8f888fadd8fef49086f34ae7ff74e08f (patch)
tree52f0a22b3d0c194821fb45e52ab5d9d2b635ee35 /.vim/plugin/youcompleteme.vim
parent58263cb458bc7ad9b123173f81f0912f341a702c (diff)
downloaddotfiles-79deeb3d8f888fadd8fef49086f34ae7ff74e08f.tar.gz
dotfiles-79deeb3d8f888fadd8fef49086f34ae7ff74e08f.tar.bz2
dotfiles-79deeb3d8f888fadd8fef49086f34ae7ff74e08f.zip
Modify .zshrc and config of ycm
Diffstat (limited to '.vim/plugin/youcompleteme.vim')
-rw-r--r--.vim/plugin/youcompleteme.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vim/plugin/youcompleteme.vim b/.vim/plugin/youcompleteme.vim
index 4c9f570..518fb34 100644
--- a/.vim/plugin/youcompleteme.vim
+++ b/.vim/plugin/youcompleteme.vim
@@ -6,7 +6,8 @@ let g:ycm_complete_in_strings = 1
let g:ycm_filetype_whilelist = {
\ "c": 1, "cpp": 1, "sh": 1, "zsh": 1,
- \ "python": 1, "go": 1, "gdscript": 1
+ \ "python": 1, "go": 1, "gdscript": 1,
+ \ "lua": 1
\ }
let g:ycm_filetype_blacklist = {
\ 'ledger': 1