feat: nixvim config

currently only for dnsc-air. can simply be imported in other hosts
This commit is contained in:
Dennis Schoepf 2026-02-04 19:03:10 +01:00
parent ff32ecb811
commit 6543d4a7f3
21 changed files with 1541 additions and 10 deletions

View file

@ -0,0 +1,21 @@
{
plugins.blink-cmp = {
enable = true;
settings = {
keymap = {
preset = "default";
};
appearance = {
nerd_font_variant = "mono";
};
completion = {
documentation = {
auto_show = false;
};
};
signature = {
enabled = true;
};
};
};
}