mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 09:48:42 +02:00
plugins/codeium-vim: switch to mkVimPlugin
This commit is contained in:
parent
b8815f04a3
commit
5fba5be696
2 changed files with 157 additions and 175 deletions
|
@ -14,18 +14,21 @@
|
|||
accept = "<Tab>";
|
||||
complete = "<M-Bslash>";
|
||||
};
|
||||
filetypes = {
|
||||
help = false;
|
||||
gitcommit = false;
|
||||
gitrebase = false;
|
||||
"." = false;
|
||||
|
||||
settings = {
|
||||
filetypes = {
|
||||
help = false;
|
||||
gitcommit = false;
|
||||
gitrebase = false;
|
||||
"." = false;
|
||||
};
|
||||
manual = false;
|
||||
no_map_tab = false;
|
||||
idle_delay = 75;
|
||||
render = true;
|
||||
tab_fallback = "\t";
|
||||
disable_bindings = true;
|
||||
};
|
||||
manual = false;
|
||||
noMapTab = false;
|
||||
idleDelay = 75;
|
||||
render = true;
|
||||
tabFallback = "\t";
|
||||
disableBindings = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue