fix: minor fixes to nvf config
This commit is contained in:
parent
bfce8aa585
commit
a6d779f6cf
4 changed files with 11 additions and 11 deletions
|
@ -20,6 +20,7 @@
|
|||
};
|
||||
setupOpts = {
|
||||
cmdline.sources = null; # use default source list
|
||||
sources.providers.cmdline.module = "blink.cmp.sources.cmdline";
|
||||
completion.documentation.auto_show_delay_ms = 0;
|
||||
signature.enabled = true;
|
||||
};
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
};
|
||||
# precognition.nvim shows hints for motions
|
||||
precognition = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
setupOpts = {
|
||||
# TODO: may want to fix dashboard
|
||||
};
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
};
|
||||
# nvim-cursorline provides cursor word and line highlighting
|
||||
nvim-cursorline = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
setupOpts = {
|
||||
cursorword.enable = true;
|
||||
cursorline.enable = false;
|
||||
|
@ -61,7 +61,7 @@
|
|||
fold = true;
|
||||
# provide context for current scope
|
||||
context = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
setupOpts = {
|
||||
mode = "topline";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue