chore: minor nvim options
This commit is contained in:
parent
00d63c9664
commit
6eeaf9409b
2 changed files with 2 additions and 1 deletions
|
@ -21,6 +21,7 @@
|
||||||
setupOpts = {
|
setupOpts = {
|
||||||
cmdline.sources = null; # use default source list
|
cmdline.sources = null; # use default source list
|
||||||
sources.providers.cmdline.module = "blink.cmp.sources.cmdline";
|
sources.providers.cmdline.module = "blink.cmp.sources.cmdline";
|
||||||
|
menu.auto_show = false;
|
||||||
completion.documentation.auto_show_delay_ms = 0;
|
completion.documentation.auto_show_delay_ms = 0;
|
||||||
signature.enabled = true;
|
signature.enabled = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
smartindent = true;
|
smartindent = true;
|
||||||
expandtab = true;
|
expandtab = true;
|
||||||
smarttab = true;
|
smarttab = true;
|
||||||
wrap = false;
|
wrap = true;
|
||||||
shiftwidth = 2;
|
shiftwidth = 2;
|
||||||
tabstop = 2;
|
tabstop = 2;
|
||||||
foldlevel = 1000; # Open all folds by default
|
foldlevel = 1000; # Open all folds by default
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue