Updating Neovim With Guifont Options

This commit is contained in:
Tyler Kelley 2024-02-18 23:28:43 -06:00
parent 71ce4a2588
commit 089c56ab1c
2 changed files with 3 additions and 1 deletions

View File

@ -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.* 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) <img align="center" width="80%" src="https://gitlab.com/Zaney/zaneyos/-/raw/main/config/home/files/media/demo.jpg" />
</div> </div>

View File

@ -86,6 +86,8 @@ in {
set showtabline=2 set showtabline=2
colorscheme base16-${theme} colorscheme base16-${theme}
inoremap jj <ESC> inoremap jj <ESC>
let s:guifontsize = 16
let s:guifont = "JetBrainsMono\\ Nerd\\ Font"
''; '';
keymaps = [ keymaps = [