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 = {
|
opts = {
|
||||||
keymap = {
|
keymap = {
|
||||||
preset = "super-tab",
|
preset = "super-tab",
|
||||||
auto_show_delay_ms = 500,
|
|
||||||
},
|
},
|
||||||
appearance = {
|
appearance = {
|
||||||
nerd_font_variant = "mono"
|
nerd_font_variant = "mono"
|
||||||
},
|
},
|
||||||
completion = { documentation = { auto_show = false } },
|
completion = { documentation = { auto_show = true } },
|
||||||
sources = {
|
sources = {
|
||||||
default = { "lsp", "path", "snippets", "buffer" },
|
default = { "lsp", "path", "snippets", "buffer" },
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user