summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/config/lua/neovide.lua
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-09-27 20:02:16 -0400
committertriethyl <triethylammonium@pm.me>2025-09-27 20:02:16 -0400
commita1c0ecfba40e028d4d730a561fef322bcee97365 (patch)
treed3249d849b2b845cd8c0199532ba1c191f09c7c8 /pkgs/custom-neovim/config/lua/neovide.lua
parent3399daae1d7baff4be3ae953ae32a9358962ef67 (diff)
neovim: bunch of stuff
Diffstat (limited to 'pkgs/custom-neovim/config/lua/neovide.lua')
-rw-r--r--pkgs/custom-neovim/config/lua/neovide.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/custom-neovim/config/lua/neovide.lua b/pkgs/custom-neovim/config/lua/neovide.lua
index 9d648c4..2abfd05 100644
--- a/pkgs/custom-neovim/config/lua/neovide.lua
+++ b/pkgs/custom-neovim/config/lua/neovide.lua
@@ -1,3 +1,7 @@
+-- ╭─────────────────────────────────────────────────────────╮
+-- │ Neovide Options │
+-- ╰─────────────────────────────────────────────────────────╯
+
if vim.g.neovide then
vim.o.guifont = "CodeNewRoman Nerd Font:h12"
vim.g.neovide_scale_factor = 0.8