181 current 2024-03-13 14:02:37 24.05.20240309.3030f18 6.7.9-zen1 *

This commit is contained in:
zackartz 2024-03-13 14:02:45 -04:00
parent 7d86468a09
commit 477be4cb67

View file

@ -96,7 +96,7 @@
};
presets = {
bottom_search = false;
command_palatte = true;
command_palette = true;
long_message_to_split = true;
inc_rename = false;
lsp_doc_border = "rounded";
@ -424,6 +424,10 @@
plugin = overseer-nvim;
config = ''lua require('overseer').setup({ task_list = { direction = "bottom" } })'';
}
{
plugin = nui-nvim;
config = ''lua require('nui').setup()'';
}
];
extraConfigLua = ''