feat(nvim): Add noice plugin (very nice)
This commit is contained in:
parent
65a0caaadb
commit
a51ecec28b
2 changed files with 17 additions and 0 deletions
2
.typos.toml
Normal file
2
.typos.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
[default.extend-words]
|
||||
noice = "noice" # nvim package name :c
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue