chore(nvim): enable nerd font

pull/1386/head
Juliano Barbosa 8 months ago
parent 2f0d12ffe8
commit 7237693bdb
No known key found for this signature in database
GPG Key ID: EB8B440F57360B3D

@ -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…
Cancel
Save