AutoYADM commit: 2025-01-01 16:15:02

This commit is contained in:
Daniel Fichtinger 2025-01-01 16:15:02 -05:00
parent d1121606a7
commit 8380617458

View file

@ -87,7 +87,7 @@ vim.api.nvim_create_autocmd({ "FileType" }, {
end
end, { desc = "Continue List", silent = true, remap = true })
vim.opt_local.wrap = true
vim.opt_local.spell = false
vim.opt_local.spell = true
-- local secondary = "#379393"
-- local primary = "#933737"
-- local colorbuddy = require("colorbuddy")