Skip to content

Commit

Permalink
chore(inputs): update all inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyxels committed Nov 8, 2024
1 parent 0a7538c commit 35d269a
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 33 deletions.
18 changes: 10 additions & 8 deletions config/ui.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,16 @@

noice = {
enable = true;
lsp.override = {
"cmp.entry.get_documentation" = true;
"vim.lsp.util.convert_input_to_markdown_lines" = true;
"vim.lsp.util.stylize_markdown" = true;
};
presets = {
bottom_search = true;
command_palette = true;
settings = {
lsp.override = {
"cmp.entry.get_documentation" = true;
"vim.lsp.util.convert_input_to_markdown_lines" = true;
"vim.lsp.util.stylize_markdown" = true;
};
presets = {
bottom_search = true;
command_palette = true;
};
};
};
};
Expand Down
79 changes: 54 additions & 25 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 35d269a

Please sign in to comment.