Rename clean screenshots, nvim configuration updates

This commit is contained in:
2023-09-27 09:28:27 -04:00
parent 607f1b20b9
commit 1d08232c52
3 changed files with 22 additions and 0 deletions

View File

@@ -123,4 +123,24 @@ return {
vim.keymap.set('n', '<c-u>', actions.test, default_options)
end
},
{
"andrewferrier/wrapping.nvim",
opts = {
auto_set_mode_filetype_allowlist = {
"asciidoc",
"gitcommit",
"latex",
"markdown",
"tex",
"text"
},
},
config = function()
require("wrapping").setup({
softener = {
markdown = 1.3
},
})
end
},
}