diff --git a/modules/home-manager/vim/config/lua/plugins/tools/freeze.lua b/modules/home-manager/vim/config/lua/plugins/tools/freeze.lua index 87a5211..3a8cc58 100644 --- a/modules/home-manager/vim/config/lua/plugins/tools/freeze.lua +++ b/modules/home-manager/vim/config/lua/plugins/tools/freeze.lua @@ -8,7 +8,9 @@ return { end, line_numbers = true, font = { + size = 16, family = "Iosevka", + ligatures = true, }, theme = "catppuccin-mocha", })