mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2025-12-23 04:31:57 +00:00
Fixed blink completions
This commit is contained in:
@@ -11,12 +11,11 @@ return {
|
||||
opts = {
|
||||
keymap = {
|
||||
preset = "super-tab",
|
||||
auto_show_delay_ms = 500,
|
||||
},
|
||||
appearance = {
|
||||
nerd_font_variant = "mono"
|
||||
},
|
||||
completion = { documentation = { auto_show = false } },
|
||||
completion = { documentation = { auto_show = true } },
|
||||
sources = {
|
||||
default = { "lsp", "path", "snippets", "buffer" },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user