Skip to content

Commit 8c43eee

Browse files
committed
enable nerdfont
1 parent b5e5a7d commit 8c43eee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ vim.g.mapleader = ' '
9191
vim.g.maplocalleader = ' '
9292

9393
-- Set to true if you have a Nerd Font installed and selected in the terminal
94-
vim.g.have_nerd_font = false
94+
vim.g.have_nerd_font = true
9595

9696
-- [[ Setting options ]]
9797
-- See `:help vim.opt`
@@ -144,8 +144,8 @@ vim.opt.splitbelow = true
144144
-- Sets how neovim will display certain whitespace characters in the editor.
145145
-- See `:help 'list'`
146146
-- and `:help 'listchars'`
147-
vim.opt.list = true
148147
vim.opt.listchars = { tab = '» ', trail = '·', nbsp = '' }
148+
vim.opt.list = false
149149

150150
-- Preview substitutions live, as you type!
151151
vim.opt.inccommand = 'split'

0 commit comments

Comments
 (0)