chore(nvim): enable nerd font

This commit is contained in:
Juliano Barbosa 2024-08-25 17:12:25 -03:00
parent 2f0d12ffe8
commit 7237693bdb
No known key found for this signature in database
GPG Key ID: EB8B440F57360B3D
1 changed files with 1 additions and 1 deletions

View File

@ -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`