(nvim) set to have nerd fonts to true by default
This commit is contained in:
parent
85ec0d86d6
commit
71c84a99fb
1 changed files with 2 additions and 0 deletions
|
|
@ -57,3 +57,5 @@ vim.opt.completeopt = "menu,menuone,noselect"
|
||||||
vim.opt.breakindent = true
|
vim.opt.breakindent = true
|
||||||
|
|
||||||
vim.opt.cursorline = true
|
vim.opt.cursorline = true
|
||||||
|
|
||||||
|
vim.g.have_nerd_font = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue