AutoYADM commit: 2024-11-19 17:31:14

This commit is contained in:
Daniel Fichtinger 2024-11-19 17:31:14 -05:00
parent fd7ef12444
commit 3f3f960447

View file

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