chore: remove exclusive selection

This commit is contained in:
2026-01-29 17:28:51 +01:00
parent add0cc0dd2
commit 10931daf83
-2
View File
@@ -24,7 +24,6 @@ vim.o.autoindent = true
vim.o.ignorecase = true
vim.o.smartcase = true
vim.o.autoindent = true
-- Visual
@@ -59,7 +58,6 @@ vim.o.hidden = true
vim.o.errorbells = true
vim.o.backspace = "indent,eol,start"
vim.o.autochdir = false
vim.o.selection = "exclusive"
vim.o.mouse = "a"
vim.o.modifiable = true
vim.o.encoding = "UTF-8"