Attempt to remove webshit fonts
This commit is contained in:
parent
77b7c5bce1
commit
c5903dd533
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -24,7 +24,7 @@ vim.g.sysname = vim.g.os_uname.sysname -- "Linux, FreeBSD, ..."
|
||||||
vim.g.arch = vim.g.os_uname.machine -- "x86_64, ..."
|
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
|
-- 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 ]]
|
-- [[ Setting options ]]
|
||||||
require 'options'
|
require 'options'
|
||||||
|
|
Loading…
Reference in a new issue