From 3c7e4fac77ccff5bc14affa58d2346806ea38782 Mon Sep 17 00:00:00 2001 From: Darius Auding <Darius.auding@gmx.de> Date: Mon, 26 Jun 2023 22:29:41 +0200 Subject: [PATCH] Some stuff --- lua/codecraft/core/neovide.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/codecraft/core/neovide.lua b/lua/codecraft/core/neovide.lua index b21400f..870b3f0 100644 --- a/lua/codecraft/core/neovide.lua +++ b/lua/codecraft/core/neovide.lua @@ -1,3 +1,4 @@ +-- Wird nicht benutzt - ist funktional if vim.g.neovide then -- Put anything you want to happen only in Neovide here vim.o.guifont = "JetBrainsMono Nerd Font:h13:b" -- GitLab