1
0
Fork 0

neovide, kitty, wezterm: fonts again, zsh: vars

This commit is contained in:
Von Random 2024-05-07 00:32:27 +03:00
parent 4be0338156
commit 6bd35000b7
5 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,7 @@ require('lazy').setup {
--[[ plugin configs and maps ]]
require('gitsigns').setup()
require('gruvbox').setup {
terminal_colors = false
terminal_colors = true
}
require('orgmode').setup {
org_agenda_files = '~/orgfiles/**/*',

View file

@ -27,4 +27,4 @@ vim.o.imsearch = 0
local fsize = '11'
if vim.loop.os_uname().sysname == 'Darwin' then fsize = '14' end
vim.o.guifont = 'Cascadia Mono NF:h' .. fsize
vim.o.guifont = 'Cascadia Mono PL:h' .. fsize