patch: mix fixes (#33)
- During build time multiple warnings were shown about the deprecation of certain options. These have been moved to their new places. - Disable the CMP Ghost Text option because it was driving me nuts.
This commit is contained in:
parent
490a7bc905
commit
f44000e518
4 changed files with 133 additions and 127 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
autoEnableSources = true;
|
autoEnableSources = true;
|
||||||
experimental = {ghost_text = true;};
|
experimental = {ghost_text = false;};
|
||||||
performance = {
|
performance = {
|
||||||
debounce = 60;
|
debounce = 60;
|
||||||
fetchingTimeout = 200;
|
fetchingTimeout = 200;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
_: {
|
_: {
|
||||||
plugins.navic = {
|
plugins.navic = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
settings = {
|
||||||
separator = " ";
|
separator = " ";
|
||||||
highlight = true;
|
highlight = true;
|
||||||
depthLimit = 5;
|
depthLimit = 5;
|
||||||
|
|
@ -35,4 +36,5 @@ _: {
|
||||||
Variable = " ";
|
Variable = " ";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,8 @@
|
||||||
_: {
|
_: {
|
||||||
plugins.lualine = {
|
plugins.lualine = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
options = {
|
||||||
globalstatus = true;
|
globalstatus = true;
|
||||||
extensions = [
|
extensions = [
|
||||||
"fzf"
|
"fzf"
|
||||||
|
|
@ -95,4 +97,6 @@ _: {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -4,11 +4,11 @@ _: {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
browser = "firefox";
|
browser = "firefox";
|
||||||
echo_preview_url = true;
|
echo_preview_url = 1;
|
||||||
port = "6969";
|
port = "6969";
|
||||||
preview_options = {
|
preview_options = {
|
||||||
disable_filename = true;
|
disable_filename = 1;
|
||||||
disable_sync_scroll = true;
|
disable_sync_scroll = 1;
|
||||||
sync_scroll_type = "middle";
|
sync_scroll_type = "middle";
|
||||||
};
|
};
|
||||||
theme = "dark";
|
theme = "dark";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue