This commit is contained in:
root
2026-07-21 11:17:29 +00:00
committed by Amy Retzerau
parent 706ed1e2e7
commit 9c2a72669f
3 changed files with 20 additions and 3 deletions

View File

@@ -8,7 +8,6 @@ vim.o.smartindent = true -- Automatically indent new lines
vim.o.wrap = false -- Disable line wrapping
vim.o.cursorline = true -- Highlight the current line
vim.o.termguicolors = true -- Enable 24-bit RGB colors
vim.o.clipboard = "unnamedplus"
vim.filetype.add({ extension = { svx = "markdown" } })
vim.opt.listchars = { tab = "\\\\", nbsp = "", trail = "·", extends = "", precedes = "", leadmultispace = "" }
vim.opt.list = true