diff options
Diffstat (limited to 'lua/theme.lua')
-rw-r--r-- | lua/theme.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/theme.lua b/lua/theme.lua index d8d2475..eddea53 100644 --- a/lua/theme.lua +++ b/lua/theme.lua @@ -19,3 +19,5 @@ require("lualine").setup({ }, }) +vim.o.guifont = "Cascadia Mono:h12" + |