Drop unnecessary MUcomplete customisation
This commit is contained in:
parent
b2da1aa506
commit
e35447f53f
1 changed files with 0 additions and 6 deletions
|
@ -118,12 +118,6 @@ augroup glyphPalette
|
|||
autocmd FileType fern g:glyph_palette#apply()
|
||||
augroup END
|
||||
|
||||
g:mucomplete#can_complete = {
|
||||
default: {
|
||||
omni: (t) => strlen(&l:omnifunc) > 0 && t =~# '\m\k\%(\k\|\.\)$'
|
||||
}
|
||||
}
|
||||
|
||||
# Configure a statusline and tabline using vim-crystalline. I tried a bunch of
|
||||
# different statusline plugins and this one, which is basically just a utility
|
||||
# library for writing your *own* statusline functions, worked the best for my
|
||||
|
|
Loading…
Reference in a new issue