War on rounded corners in Neovim, this introduces corners on more
windows than I want it on thuogh, need to remove borders on Lazy and Blink for instance
This commit is contained in:
parent
f7c7947f80
commit
aa9a887a08
4 changed files with 94 additions and 5 deletions
|
|
@ -22,4 +22,34 @@ return {
|
|||
notify = {
|
||||
level = "warn",
|
||||
},
|
||||
views = {
|
||||
cmdline_popup = {
|
||||
border = {
|
||||
style = "single",
|
||||
padding = { 0, 0 },
|
||||
},
|
||||
},
|
||||
cmdline_popupmenu = {
|
||||
border = {
|
||||
style = "single",
|
||||
padding = { 0, 0 },
|
||||
},
|
||||
},
|
||||
hover = {
|
||||
border = {
|
||||
style = "single",
|
||||
},
|
||||
},
|
||||
confirm = {
|
||||
border = {
|
||||
style = "single",
|
||||
},
|
||||
},
|
||||
popup = {
|
||||
border = {
|
||||
style = "single",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue