summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/config/lua/neovide.lua
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-07-19 10:19:11 -0400
committertriethyl <triethylammonium@pm.me>2025-07-19 10:19:11 -0400
commit50018aa0305bd2c5cf91431c128895fc0121d2fa (patch)
treecaeaa248d797be65322a69afddc29bef31cd5667 /pkgs/custom-neovim/config/lua/neovide.lua
parentbf6ac5e7a9a13bcca9d0923e9caa3a6257519ca5 (diff)
working on custom neovim
Diffstat (limited to 'pkgs/custom-neovim/config/lua/neovide.lua')
-rw-r--r--pkgs/custom-neovim/config/lua/neovide.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/custom-neovim/config/lua/neovide.lua b/pkgs/custom-neovim/config/lua/neovide.lua
index d088413..9d648c4 100644
--- a/pkgs/custom-neovim/config/lua/neovide.lua
+++ b/pkgs/custom-neovim/config/lua/neovide.lua
@@ -1,7 +1,8 @@
if vim.g.neovide then
--- if false then
vim.o.guifont = "CodeNewRoman Nerd Font:h12"
- -- vim.g.neovide_scale_factor = 0.8
+ vim.g.neovide_scale_factor = 0.8
+
+ vim.g.neovide_floating_shadow = false
-- Zoom keymaps.
local change_scale_factor = function(delta)