start formatting rules

This commit is contained in:
Rafael 2021-07-04 22:14:01 -03:00
parent b461c878e6
commit 9f511bcb59
No known key found for this signature in database
GPG key ID: F5302DA7C6F2F5FD
65 changed files with 2829 additions and 2812 deletions

View file

@ -1,8 +1,7 @@
local M = {}
M.config = function()
vim.g.matchup_matchparen_offscreen = {method = 'popup'}
vim.g.matchup_matchparen_offscreen = { method = "popup" }
end
return M