Update font for neovide
This commit is contained in:
2
init.lua
2
init.lua
@@ -35,3 +35,5 @@ require "nvchad.autocmds"
|
|||||||
vim.schedule(function()
|
vim.schedule(function()
|
||||||
require "mappings"
|
require "mappings"
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
vim.o.guifont = "Hasklug Nerd Font Mono:h14"
|
||||||
|
@@ -1,17 +1,17 @@
|
|||||||
-- This file needs to have same structure as nvconfig.lua
|
-- This file needs to have same structure as nvconfig.lua
|
||||||
-- https://github.com/NvChad/ui/blob/v3.0/lua/nvconfig.lua
|
-- https://github.com/NvChad/ui/blob/v3.0/lua/nvconfig.lua
|
||||||
-- Please read that file to know all available options :(
|
-- Please read that file to know all available options :(
|
||||||
|
|
||||||
---@type ChadrcConfig
|
---@type ChadrcConfig
|
||||||
local M = {}
|
local M = {}
|
||||||
|
|
||||||
M.base46 = {
|
M.base46 = {
|
||||||
theme = "onedark",
|
theme = "onedark",
|
||||||
|
|
||||||
-- hl_override = {
|
-- hl_override = {
|
||||||
-- Comment = { italic = true },
|
-- Comment = { italic = true },
|
||||||
-- ["@comment"] = { italic = true },
|
-- ["@comment"] = { italic = true },
|
||||||
-- },
|
-- },
|
||||||
}
|
}
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
Reference in New Issue
Block a user