pain
This commit is contained in:
parent
f9b1466860
commit
6c5f5a75d4
1 changed files with 3 additions and 2 deletions
|
@ -16,13 +16,14 @@ return {
|
|||
["cmp.entry.get_documentation"] = true, -- requires hrsh7th/nvim-cmp
|
||||
}
|
||||
},
|
||||
-- you can enable a preset for easier configuration
|
||||
popupmenu = {
|
||||
backend = "nui",
|
||||
},
|
||||
presets = {
|
||||
bottom_search = true, -- use a classic bottom cmdline for search
|
||||
command_palette = true, -- position the cmdline and popupmenu together
|
||||
long_message_to_split = true, -- long messages will be sent to a split
|
||||
inc_rename = false, -- enables an input dialog for inc-rename.nvim
|
||||
lsp_doc_border = false, -- add a border to hover docs and signature help
|
||||
}
|
||||
})
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue