chore(nvim): enable nerd font
This commit is contained in:
parent
2f0d12ffe8
commit
7237693bdb
2
init.lua
2
init.lua
|
@ -96,7 +96,7 @@ vim.g.python3_host_prog = os.getenv 'PYENV_ROOT' .. '/versions/neovim3/bin/pytho
|
|||
vim.g.python_host_prog = os.getenv 'PYENV_ROOT' .. '/versions/neovim2/bin/python'
|
||||
|
||||
-- Set to true if you have a Nerd Font installed and selected in the terminal
|
||||
vim.g.have_nerd_font = false
|
||||
vim.g.have_nerd_font = true
|
||||
|
||||
-- [[ Setting options ]]
|
||||
-- See `:help vim.opt`
|
||||
|
|
Loading…
Reference in New Issue