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:
Martin Larsson 2025-05-30 14:21:22 +02:00
parent f7c7947f80
commit aa9a887a08
4 changed files with 94 additions and 5 deletions

View file

@ -25,7 +25,7 @@ return {
prev_item = "p",
},
window = {
border = "rounded",
border = "single",
}
}
}