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 fcd1a81 commit 0308accCopy full SHA for 0308acc
home-manager/common/neovim/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`
@@ -119,7 +119,7 @@ vim.opt.clipboard = 'unnamedplus'
119
vim.opt.breakindent = true
120
121
-- Save undo history
122
-vim.opt.undofile = true
+vim.opt.undofile = false
123
124
-- Case-insensitive searching UNLESS \C or one or more capital letters in the search term
125
vim.opt.ignorecase = true
0 commit comments