179 current 2024-03-13 13:59:50 24.05.20240309.3030f18 6.7.9-zen1 *
This commit is contained in:
parent
341457b183
commit
1880b14509
1 changed files with 23 additions and 0 deletions
|
|
@ -80,6 +80,29 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
plugins.noice = {
|
||||||
|
enable = true;
|
||||||
|
lsp = {
|
||||||
|
override = {
|
||||||
|
"vim.lsp.util.convert_input_to_markdown_lines" = true;
|
||||||
|
"vim.lsp.util.stylize_markdown" = true;
|
||||||
|
"cmp.entry.get_documentation" = true;
|
||||||
|
};
|
||||||
|
hover = {
|
||||||
|
opts = {
|
||||||
|
silent = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
presets = {
|
||||||
|
bottom_search = false;
|
||||||
|
command_palatte = true;
|
||||||
|
long_message_to_split = true;
|
||||||
|
inc_rename = false;
|
||||||
|
lsp_doc_border = "rounded";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
plugins.gitsigns.enable = true;
|
plugins.gitsigns.enable = true;
|
||||||
|
|
||||||
# colorschemes.dracula.enable = true;
|
# colorschemes.dracula.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue