We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e5a7d commit 8c43eeeCopy full SHA for 8c43eee
init.lua
@@ -91,7 +91,7 @@ vim.g.mapleader = ' '
91
vim.g.maplocalleader = ' '
92
93
-- Set to true if you have a Nerd Font installed and selected in the terminal
94
-vim.g.have_nerd_font = false
+vim.g.have_nerd_font = true
95
96
-- [[ Setting options ]]
97
-- See `:help vim.opt`
@@ -144,8 +144,8 @@ vim.opt.splitbelow = true
144
-- Sets how neovim will display certain whitespace characters in the editor.
145
-- See `:help 'list'`
146
-- and `:help 'listchars'`
147
-vim.opt.list = true
148
vim.opt.listchars = { tab = '» ', trail = '·', nbsp = '␣' }
+vim.opt.list = false
149
150
-- Preview substitutions live, as you type!
151
vim.opt.inccommand = 'split'
0 commit comments