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
|
|
@ -95,6 +95,8 @@ opt.shortmess = "acstFOSW"
|
|||
-- Allows to select one more after EOL
|
||||
opt.virtualedit = "onemore"
|
||||
|
||||
opt.winborder = "single"
|
||||
|
||||
opt.wrap = false
|
||||
opt.sidescroll = 4
|
||||
vim.api.nvim_create_autocmd("FileType", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue