Attempt to remove webshit fonts

This commit is contained in:
Imbus 2024-12-29 12:46:03 +01:00
parent 77b7c5bce1
commit c5903dd533

View file

@ -24,7 +24,7 @@ vim.g.sysname = vim.g.os_uname.sysname -- "Linux, FreeBSD, ..."
vim.g.arch = vim.g.os_uname.machine -- "x86_64, ..."
-- Set to true if you have a Nerd Font installed and selected in the terminal
vim.g.have_nerd_font = true
vim.g.have_nerd_font = false
-- [[ Setting options ]]
require 'options'