feat(nvim): Add noice plugin (very nice)

This commit is contained in:
Jalil David Salamé Messina 2024-03-04 22:17:42 +01:00
parent 65a0caaadb
commit a51ecec28b
Signed by: jalil
GPG key ID: F016B9E770737A0B
2 changed files with 17 additions and 0 deletions

2
.typos.toml Normal file
View file

@ -0,0 +1,2 @@
[default.extend-words]
noice = "noice" # nvim package name :c

View file

@ -62,6 +62,21 @@
enable = true;
extraConfig = { update_events = "TextChanged,TextChangedI"; };
};
noice = {
enable = true;
presets = {
# use a classic bottom cmdline for search
bottom_search = true;
# position the cmdline and popupmenu together
command_palette = true;
# long messages will be sent to a split
long_message_to_split = true;
# enables an input dialog for inc-rename.nvim
inc_rename = false;
# add a border to hover docs and signature help
lsp_doc_border = false;
};
};
nvim-cmp = {
enable = true;
# Snippets