some fixes
This commit is contained in:
parent
257a49faac
commit
555c53d8a3
16 changed files with 114 additions and 117 deletions
|
|
@ -1,32 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
flake.modules.homeManager.neovim-completion = {
|
||||
programs.nixvim.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