mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-06-24 14:02:07 +02:00
Updating Neovim With Guifont Options
This commit is contained in:
parent
71ce4a2588
commit
089c56ab1c
@ -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.*
|
||||||
|
|
||||||

|
<img align="center" width="80%" src="https://gitlab.com/Zaney/zaneyos/-/raw/main/config/home/files/media/demo.jpg" />
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -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 = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user