This commit is contained in:
Manuel
2025-08-25 19:49:05 +02:00
parent aed2435b50
commit f916d78fc2
4 changed files with 114 additions and 9 deletions

View File

@@ -77,3 +77,7 @@ end
-- Load custom configurations
local exist, custom = pcall(require, "custom")
if exist and type(custom) == "table" and custom.configs then custom.configs() end
vim.opt.linebreak = true
vim.opt.breakat = " \t"