chore: move folder

This commit is contained in:
fabio.lenherr 2022-08-30 01:52:48 +02:00
commit 3d3f187224
No known key found for this signature in database
GPG key ID: EED07E6F677AA8B0
71 changed files with 1477 additions and 0 deletions

View file

@ -0,0 +1,5 @@
vim.api.nvim_create_autocmd({ "BufWritePost" }, {
callback = function()
require("lint").try_lint()
end,
})