nvim: trying out just using blink cmp for neocodium as well
This commit is contained in:
parent
c749caf2e9
commit
cdc020ff0d
1 changed files with 0 additions and 20 deletions
|
@ -112,26 +112,6 @@
|
|||
'';
|
||||
}
|
||||
|
||||
# {
|
||||
# plugin = pkgs.vimUtils.buildVimPlugin {
|
||||
# name = "neocodeium";
|
||||
# src = pkgs.fetchFromGitHub {
|
||||
# owner = "monkoose";
|
||||
# repo = "neocodeium";
|
||||
# rev = "4da81528468b33585c411f31eb390dce573ccb14"; # v1.8.0
|
||||
# hash = "sha256-1n9nNqBNwNDSzbAkm8eB4HZLNy5HmMg25jPwQAnW5OU=";
|
||||
# };
|
||||
# };
|
||||
# type = "lua";
|
||||
# config = ''
|
||||
# local neocodeium =require('neocodeium')
|
||||
# neocodeium.setup()
|
||||
# vim.keymap.set("i", "<C-j>", neocodeium.accept, { remap = true })
|
||||
# vim.keymap.set("i", "<A-f>", neocodeium.accept, { remap = true })
|
||||
# vim.keymap.set("i", "<C-h>", neocodeium.cycle_or_complete, { remap = true })
|
||||
# '';
|
||||
# }
|
||||
|
||||
{
|
||||
plugin = pkgs.vimUtils.buildVimPlugin {
|
||||
name = "diagflow";
|
||||
|
|
Loading…
Reference in a new issue