AutoYADM commit: 2024-12-11 17:20:03

This commit is contained in:
Daniel Fichtinger 2024-12-11 17:20:03 -05:00
parent 74486c21af
commit f58e74f29f
3 changed files with 3 additions and 1 deletions

View file

@ -3,6 +3,7 @@ return {
build = ":DirtytalkUpdate",
config = function()
vim.opt.spelllang = { "en", "programming" }
-- opt.spelllang = vim.tbl_extend("force", vim.opt.spelllang, { "academic" })
end,
-- Note: let g:dirtytalk_blacklist=['lorem-ipsum'] to disable a wordlist
-- Mus run :DirtytalkUpdate after making this change