From 8d3952ec91068720a1dbde435f7b64a1d59da29d Mon Sep 17 00:00:00 2001 From: nganhkhoa Date: Tue, 7 Dec 2021 15:21:25 +0000 Subject: [PATCH] update neovide settings --- fnl/init.fnl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fnl/init.fnl b/fnl/init.fnl index dd251f2..4710106 100644 --- a/fnl/init.fnl +++ b/fnl/init.fnl @@ -64,9 +64,9 @@ (set nvim.o.termguicolors true) ; neovide -(set nvim.g.neovide_fullscreen true) +; (set nvim.g.neovide_fullscreen true) (set nvim.g.neovide_cursor_vfx_mode "pixiedust") -(set nvim.o.guifont "FiraCode Nerd Font Mono:h20") +(set nvim.o.guifont "FiraCode Nerd Font Mono:h16") (require "plugins") (require "settings")