mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-14 03:10:19 +01:00
neovim: Use settings for noice
This commit is contained in:
parent
47dda53cc7
commit
7239e5fa5c
1 changed files with 18 additions and 16 deletions
|
|
@ -338,23 +338,25 @@
|
|||
plugins.noice = {
|
||||
enable = true;
|
||||
|
||||
messages = {
|
||||
view = "mini";
|
||||
viewError = "mini";
|
||||
viewWarn = "mini";
|
||||
};
|
||||
settings = {
|
||||
messages = {
|
||||
view = "mini";
|
||||
view_error = "mini";
|
||||
view_warn = "mini";
|
||||
};
|
||||
|
||||
lsp.override = {
|
||||
"vim.lsp.util.convert_input_to_markdown_lines" = true;
|
||||
"vim.lsp.util.stylize_markdown" = true;
|
||||
"cmp.entry.get_documentation" = true;
|
||||
};
|
||||
presets = {
|
||||
bottom_search = true;
|
||||
command_palette = true;
|
||||
long_message_to_split = true;
|
||||
inc_rename = true;
|
||||
lsp_doc_border = false;
|
||||
lsp.override = {
|
||||
"vim.lsp.util.convert_input_to_markdown_lines" = true;
|
||||
"vim.lsp.util.stylize_markdown" = true;
|
||||
"cmp.entry.get_documentation" = true;
|
||||
};
|
||||
presets = {
|
||||
bottom_search = true;
|
||||
command_palette = true;
|
||||
long_message_to_split = true;
|
||||
inc_rename = true;
|
||||
lsp_doc_border = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue