diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-01-05 00:54:33 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-01-05 00:54:33 +0200 |
| commit | 4d04ea55656733ec27ee7753347407c5416496fd (patch) | |
| tree | 47814fb67c3c7230d3784ecf79ad7bc31f321f7c /nvim/.config | |
| parent | 05907aa17dd4163d42a9abc64d0fa79aefc2f1bc (diff) | |
| download | dotfiles-4d04ea55656733ec27ee7753347407c5416496fd.tar.xz dotfiles-4d04ea55656733ec27ee7753347407c5416496fd.zip | |
Updated aliases
Diffstat (limited to 'nvim/.config')
| -rw-r--r-- | nvim/.config/nvim/lua/user/options.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/.config/nvim/lua/user/options.lua b/nvim/.config/nvim/lua/user/options.lua index cc4fa09..e7cc46b 100644 --- a/nvim/.config/nvim/lua/user/options.lua +++ b/nvim/.config/nvim/lua/user/options.lua @@ -32,7 +32,7 @@ local options = { wrap = false, -- display lines as one long line scrolloff = 8, -- is one of my fav sidescrolloff = 8, - guifont = "comic mono:h15", -- the font used in graphical neovim applications + guifont = "comic mono:h11", -- the font used in graphical neovim applications } vim.opt.shortmess:append "c" |
