Show neovide border on macOS
This aligns with style of other windows.
This commit is contained in:
parent
7ff5ca4a6a
commit
0e2dcbc55b
1
init.lua
1
init.lua
@ -4,6 +4,7 @@ vim.g.maplocalleader = ' '
|
|||||||
if vim.g.neovide then
|
if vim.g.neovide then
|
||||||
vim.o.guifont = "CaskaydiaCove Nerd Font:h12"
|
vim.o.guifont = "CaskaydiaCove Nerd Font:h12"
|
||||||
vim.g.neovide_cursor_animation_length = 0
|
vim.g.neovide_cursor_animation_length = 0
|
||||||
|
vim.g.neovide_show_border = true -- macOS only
|
||||||
end
|
end
|
||||||
|
|
||||||
-- load config from lua/local.lua if present
|
-- load config from lua/local.lua if present
|
||||||
|
Loading…
x
Reference in New Issue
Block a user