diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index 5f93f48..e7dc705 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -200,4 +200,16 @@ return { 'tpope/vim-unimpaired', config = true, }, + { -- Vim-dirtytalk + 'psliwka/vim-dirtytalk', + build = ':DirtytalkUpdate', + init = function() + vim.cmd('set spelllang=en,programming') + end, + }, + { -- Academic + 'ficcdaf/academic.nvim', + -- optional: only load for certain filetypes + ft = { 'markdown', 'tex' }, + }, }