Update font for neovide

This commit is contained in:
2024-11-19 16:43:10 +01:00
parent 492b4ac59c
commit 5225c0ab57
2 changed files with 19 additions and 17 deletions

View File

@@ -35,3 +35,5 @@ require "nvchad.autocmds"
vim.schedule(function()
require "mappings"
end)
vim.o.guifont = "Hasklug Nerd Font Mono:h14"

View File

@@ -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