feat(nvim): remove blink rounded option

This commit is contained in:
Sergio Laín 2025-07-31 20:12:39 +02:00
parent ea08474d7b
commit b0cb008127
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438
2 changed files with 2 additions and 5 deletions

View file

@ -19,7 +19,6 @@
"plugins.extras.editor.trouble-extended", "plugins.extras.editor.trouble-extended",
"plugins.extras.lang.docker-extended", "plugins.extras.lang.docker-extended",
"plugins.extras.lang.fish", "plugins.extras.lang.fish",
"plugins.extras.lang.go-extended",
"plugins.extras.lang.markdown-extended", "plugins.extras.lang.markdown-extended",
"plugins.extras.lang.python-extended", "plugins.extras.lang.python-extended",
"plugins.extras.lang.web.html-css", "plugins.extras.lang.web.html-css",
@ -48,3 +47,4 @@
}, },
"version": 8 "version": 8
} }

View file

@ -6,9 +6,6 @@ return {
["<C-j>"] = { "select_next", "fallback" }, ["<C-j>"] = { "select_next", "fallback" },
}, },
completion = { completion = {
menu = {
border = "rounded",
},
documentation = { documentation = {
window = { window = {
border = "rounded", border = "rounded",