VIM: adds notmuch plugin for deoplete

This commit is contained in:
Jonathan Hodgson 2020-09-26 18:21:49 +01:00
parent fa68f86507
commit bb64b9df85
3 changed files with 6 additions and 0 deletions

3
.gitmodules vendored
View file

@ -52,3 +52,6 @@
[submodule "nvim/.config/nvim/pack/bundle/opt/deoplete-abook"]
path = nvim/.config/nvim/pack/bundle/opt/deoplete-abook
url = https://github.com/michaeladler/deoplete-abook
[submodule "nvim/.config/nvim/pack/bundle/opt/deoplete-notmuch"]
path = nvim/.config/nvim/pack/bundle/opt/deoplete-notmuch
url = https://github.com/paretje/deoplete-notmuch

View file

@ -13,6 +13,8 @@ if has('packages')
if has('nvim')
packadd! nvim-lspconfig
packadd! deoplete.nvim
packadd! deoplete-abook
packadd! deoplete-notmuch
endif
endif

@ -0,0 +1 @@
Subproject commit d582895f0e4e7bcc40e43ac2cb357afecfe5eda8