feat(nvim): remove blink rounded option
This commit is contained in:
parent
ea08474d7b
commit
b0cb008127
2 changed files with 2 additions and 5 deletions
|
@ -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",
|
||||||
|
@ -47,4 +46,5 @@
|
||||||
"NEWS.md": "10960"
|
"NEWS.md": "10960"
|
||||||
},
|
},
|
||||||
"version": 8
|
"version": 8
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue