chore: remove unwanted options

This commit is contained in:
2026-01-30 13:06:12 +01:00
parent 81304571e8
commit 6fc31f0dcd
-3
View File
@@ -24,7 +24,6 @@ vim.o.autoindent = true
vim.o.ignorecase = true vim.o.ignorecase = true
vim.o.smartcase = true vim.o.smartcase = true
vim.o.autoindent = true
-- Visual -- Visual
@@ -50,7 +49,6 @@ vim.o.updatetime = 300
vim.o.timeoutlen = 500 vim.o.timeoutlen = 500
vim.o.ttimeoutlen = 0 vim.o.ttimeoutlen = 0
vim.o.autoread = true vim.o.autoread = true
vim.o.autowrite = false
-- Behavior -- Behavior
@@ -58,7 +56,6 @@ vim.o.hidden = true
vim.o.errorbells = true vim.o.errorbells = true
vim.o.backspace = "indent,eol,start" vim.o.backspace = "indent,eol,start"
vim.o.autochdir = false vim.o.autochdir = false
vim.o.selection = "exclusive"
vim.o.mouse = "a" vim.o.mouse = "a"
vim.o.modifiable = true vim.o.modifiable = true
vim.o.encoding = "UTF-8" vim.o.encoding = "UTF-8"