From 0e2dcbc55b8300c27ce3d0048ea9a2ba92d590ba Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 29 Jul 2025 13:24:44 +0100 Subject: [PATCH] Show neovide border on macOS This aligns with style of other windows. --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index fb4658d..062b1d7 100644 --- a/init.lua +++ b/init.lua @@ -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