config: use Cartograph font for now
parent
a99cd19086
commit
faa7990ea3
|
@ -2,10 +2,10 @@
|
||||||
include mocha.conf
|
include mocha.conf
|
||||||
|
|
||||||
# https://sw.kovidgoyal.net/kitty/conf/#fonts
|
# https://sw.kovidgoyal.net/kitty/conf/#fonts
|
||||||
font_family Lilex Regular
|
font_family Cartograph CF Regular
|
||||||
bold_font Lilex Bold
|
bold_font Cartograph CF Bold
|
||||||
italic_font IBM Plex Mono Italic
|
italic_font Cartograph CF Regular Italic
|
||||||
bold_italic_font IBM Plex Mono Bold Italic
|
bold_italic_font Cartograph CF Bold Italic
|
||||||
font_size 14.0
|
font_size 14.0
|
||||||
|
|
||||||
# https://github.com/ryanoasis/nerd-fonts/wiki/Glyph-Sets-and-Code-Points
|
# https://github.com/ryanoasis/nerd-fonts/wiki/Glyph-Sets-and-Code-Points
|
||||||
|
|
|
@ -365,15 +365,6 @@ require("lazy").setup({
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
-- https://github.com/lukas-reineke/headlines.nvim
|
|
||||||
{
|
|
||||||
"lukas-reineke/headlines.nvim",
|
|
||||||
dependencies = {
|
|
||||||
"nvim-treesitter/nvim-treesitter",
|
|
||||||
},
|
|
||||||
config = true,
|
|
||||||
},
|
|
||||||
|
|
||||||
-- https://github.com/shortcuts/no-neck-pain.nvim
|
-- https://github.com/shortcuts/no-neck-pain.nvim
|
||||||
{
|
{
|
||||||
"shortcuts/no-neck-pain.nvim",
|
"shortcuts/no-neck-pain.nvim",
|
||||||
|
|
Loading…
Reference in New Issue