Skip to content

Commit

Permalink
feat: add neovide rounded corners for floating windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-j-ibanez committed Jan 22, 2025
1 parent 9f4e270 commit 647ad6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/zzz/core/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ vim.opt.showmatch = true -- Highlights matching brace pairs
vim.opt.cursorline = true -- Highlight cursor line underneath the cursor horizontally
vim.opt.splitbelow = true -- open new vertical split bottom
vim.opt.splitright = true -- open new horizontal splits right
vim.g.neovide_floating_corner_radius = 0.7

-- Netrw
vim.g.netrw_banner = 0
Expand Down

0 comments on commit 647ad6b

Please sign in to comment.