Fix indent

This commit is contained in:
ViViDboarder 2022-02-25 11:10:28 -08:00
parent 204fd57199
commit d8cf78b4e4
1 changed files with 5 additions and 5 deletions

View File

@ -309,11 +309,11 @@ use({
"sheerun/vim-polyglot",
config = function()
vim.cmd([[
augroup polyglot_fts
au BufRead,BufNewFile */playbooks/*.yml,*/playbooks/*.yaml set filetype=yaml.ansible
au BufRead,BufNewFile go.mod,go.sum set filetype=gomod
augroup end
]])
augroup polyglot_fts
au BufRead,BufNewFile */playbooks/*.yml,*/playbooks/*.yaml set filetype=yaml.ansible
au BufRead,BufNewFile go.mod,go.sum set filetype=gomod
augroup end
]])
end,
})