mirror of
https://github.com/jbowdre/dotfiles.git
synced 2025-01-21 15:34:39 +00:00
neovim: add cmp-git
This commit is contained in:
parent
5e10736331
commit
05373d0f62
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
opts.completeopt = [ "menu" "menuone" "noselect" ];
|
||||
|
||||
plugins = {
|
||||
cmp-git.enable = true;
|
||||
luasnip.enable = true;
|
||||
|
||||
lspkind = {
|
||||
|
@ -17,6 +18,7 @@
|
|||
luasnip = "[snip]";
|
||||
buffer = "[buffer]";
|
||||
nixpkgs_maintainers = "[nixpkgs]";
|
||||
git = "[git]";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -44,6 +46,7 @@
|
|||
{ name = "nvim_lsp"; }
|
||||
{ name = "luasnip"; }
|
||||
{ name = "nixpkgs_maintainers"; }
|
||||
{ name = "git"; }
|
||||
{
|
||||
name = "buffer";
|
||||
# words from other open buffers can also be suggested
|
||||
|
|
Loading…
Reference in a new issue