fix: quotes

This commit is contained in:
2026-09-06 20:11:38 +02:00
parent 37440d88e1
commit 5becb7c8b5
6 changed files with 120 additions and 120 deletions
+3 -3
View File
@@ -21,9 +21,9 @@ vim.o.wrap = false -- Don't visually wrap lines
vim.o.winborder = 'rounded' -- Use border in floating windows
vim.o.pumborder = 'rounded' -- Use border in popup menu
vim.o.cmdheight = 0 -- Hide the command line when not in use
vim.g.syntax_on = 0 -- Disable legacy syntax highlighting
require("vim._core.ui2").enable({ -- Enable new ui (requires nightly)
msg = { targets = "msg" }
vim.cmd('syntax off') -- Disable legacy syntax highlighting
require('vim._core.ui2').enable({ -- Enable new ui (requires nightly)
msg = { targets = 'msg' }
})
-- Editing