AutoYADM commit: 2024-11-22 02:18:15

This commit is contained in:
Daniel Fichtinger 2024-11-22 02:18:15 -05:00
parent 5f24f10427
commit 9745c8159f
38 changed files with 1122 additions and 1687 deletions

View file

@ -0,0 +1,9 @@
return {
"psliwka/vim-dirtytalk",
build = ":DirtytalkUpdate",
config = function()
vim.opt.spelllang = { "en", "programming" }
end,
-- Note: let g:dirtytalk_blacklist=['lorem-ipsum'] to disable a wordlist
-- Mus run :DirtytalkUpdate after making this change
}