Skip to content

Commit 0308acc

Browse files
committed
refactor: customization
1 parent fcd1a81 commit 0308acc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

home-manager/common/neovim/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`
@@ -119,7 +119,7 @@ vim.opt.clipboard = 'unnamedplus'
119119
vim.opt.breakindent = true
120120

121121
-- Save undo history
122-
vim.opt.undofile = true
122+
vim.opt.undofile = false
123123

124124
-- Case-insensitive searching UNLESS \C or one or more capital letters in the search term
125125
vim.opt.ignorecase = true

0 commit comments

Comments
 (0)