move to backup
This commit is contained in:
parent
294dc66380
commit
a0e3d792a9
182 changed files with 156 additions and 103 deletions
|
|
@ -1,29 +0,0 @@
|
|||
{
|
||||
plugins.blink-cmp = {
|
||||
enable = true;
|
||||
settings = {
|
||||
keymap = {
|
||||
preset = "enter";
|
||||
"<Tab>" = [
|
||||
"select_next"
|
||||
"fallback"
|
||||
];
|
||||
"<S-Tab>" = [
|
||||
"select_prev"
|
||||
"fallback"
|
||||
];
|
||||
"<C-y>" = [
|
||||
"select_and_accept"
|
||||
];
|
||||
"<C-k>" = [
|
||||
"show_documentation"
|
||||
"hide_documentation"
|
||||
];
|
||||
};
|
||||
appearance.nerd_font_variant = "mono";
|
||||
completion.documentation.auto_show = false;
|
||||
signature.enabled = true;
|
||||
cmdline.completion.menu.auto_show = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue