From 089c56ab1c4ddb9ea511f40f0a582df473f98c59 Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Sun, 18 Feb 2024 23:28:43 -0600 Subject: [PATCH] Updating Neovim With Guifont Options --- README.md | 2 +- config/system/neovim.nix | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3681eed..e36d37c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ZaneyOS is a way of reproducing my configuration on any NixOS system. This includes the wallpaper, scripts, applications, config files, and more. *Please remember to change username and hostname in flake.nix.* -![](./config/home/files/media/demo.jpg) + diff --git a/config/system/neovim.nix b/config/system/neovim.nix index 91e7920..e0b3f11 100644 --- a/config/system/neovim.nix +++ b/config/system/neovim.nix @@ -86,6 +86,8 @@ in { set showtabline=2 colorscheme base16-${theme} inoremap jj + let s:guifontsize = 16 + let s:guifont = "JetBrainsMono\\ Nerd\\ Font" ''; keymaps = [