181 current 2024-03-13 14:02:37 24.05.20240309.3030f18 6.7.9-zen1 *
This commit is contained in:
parent
7d86468a09
commit
477be4cb67
1 changed files with 5 additions and 1 deletions
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue