From e35447f53f2d5970ac073b81f76cd2e7360dbd5a Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Sat, 4 Nov 2023 14:47:34 +1100 Subject: [PATCH] Drop unnecessary MUcomplete customisation --- dot-config/vim/init.vim | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dot-config/vim/init.vim b/dot-config/vim/init.vim index a344077..e625c12 100644 --- a/dot-config/vim/init.vim +++ b/dot-config/vim/init.vim @@ -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