Drop unnecessary MUcomplete customisation

This commit is contained in:
Danielle McLean 2023-11-04 14:47:34 +11:00
parent b2da1aa506
commit e35447f53f
Signed by: 00dani
GPG key ID: 52C059C3B22A753E

View file

@ -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