dotfiles/.config/nvim/lua/plugins/typos.lua

4 lines
89 B
Lua

return {
"williamboman/mason.nvim",
opts = { ensure_installed = { "typos-lsp" } },
}