Show neovide border on macOS

This aligns with style of other windows.
This commit is contained in:
Kenneth Benzie 2025-07-29 13:24:44 +01:00
parent 7ff5ca4a6a
commit 0e2dcbc55b

View File

@ -4,6 +4,7 @@ vim.g.maplocalleader = ' '
if vim.g.neovide then
vim.o.guifont = "CaskaydiaCove Nerd Font:h12"
vim.g.neovide_cursor_animation_length = 0
vim.g.neovide_show_border = true -- macOS only
end
-- load config from lua/local.lua if present