Skip to content

Commit

Permalink
pkgs/vim: Add mucomplete plugin
Browse files Browse the repository at this point in the history
I've been looking for a good, lightweight, and fast completion engine
that also has little or no dependencies. The `mucomplete` plugin seems
to fit the bill as I also don't have any fancy requirements.
  • Loading branch information
devhell committed Jun 30, 2021
1 parent c54efe2 commit 3447efe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/devhell/vim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pkgs.vim_configurable.overrideAttrs (drv: {
vim-better-whitespace
vim-lastplace
vim-nix
vim-mucomplete
vim-signify
vim-toml
colorizer
Expand Down Expand Up @@ -51,6 +52,12 @@ pkgs.vim_configurable.overrideAttrs (drv: {
filetype plugin indent on
colorscheme tender
" mucomplete Settings
set completeopt+=menuone
set completeopt+=noinsert
set shortmess+=c
set belloff+=ctrlg
" signify Settings
set updatetime=100
Expand Down

0 comments on commit 3447efe

Please sign in to comment.