diff --git a/init.lua b/init.lua index 0fda20c..31dab35 100644 --- a/init.lua +++ b/init.lua @@ -35,3 +35,5 @@ require "nvchad.autocmds" vim.schedule(function() require "mappings" end) + +vim.o.guifont = "Hasklug Nerd Font Mono:h14" diff --git a/lua/chadrc.lua b/lua/chadrc.lua index c82dca1..e9ecd5e 100644 --- a/lua/chadrc.lua +++ b/lua/chadrc.lua @@ -1,17 +1,17 @@ --- This file needs to have same structure as nvconfig.lua --- https://github.com/NvChad/ui/blob/v3.0/lua/nvconfig.lua --- Please read that file to know all available options :( - ----@type ChadrcConfig -local M = {} - -M.base46 = { - theme = "onedark", - - -- hl_override = { - -- Comment = { italic = true }, - -- ["@comment"] = { italic = true }, - -- }, -} - -return M +-- This file needs to have same structure as nvconfig.lua +-- https://github.com/NvChad/ui/blob/v3.0/lua/nvconfig.lua +-- Please read that file to know all available options :( + +---@type ChadrcConfig +local M = {} + +M.base46 = { + theme = "onedark", + + -- hl_override = { + -- Comment = { italic = true }, + -- ["@comment"] = { italic = true }, + -- }, +} + +return M