aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/nvim/lua
diff options
context:
space:
mode:
Diffstat (limited to 'home/.config/nvim/lua')
-rw-r--r--home/.config/nvim/lua/config/options.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/home/.config/nvim/lua/config/options.lua b/home/.config/nvim/lua/config/options.lua
index 794c0a6..b2409b5 100644
--- a/home/.config/nvim/lua/config/options.lua
+++ b/home/.config/nvim/lua/config/options.lua
@@ -3,7 +3,6 @@ local opt = vim.o
-- Persistence
opt.undofile = true -- persist undo history across sessions
opt.swapfile = false -- no swap files; rely on undofile for recovery
-opt.shadafile = "NONE" -- disable shada: no persistent marks, registers, or history
-- Gutter
opt.number = true -- show line numbers