mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 12:37:36 +00:00
Fix indent
This commit is contained in:
parent
204fd57199
commit
d8cf78b4e4
@ -309,11 +309,11 @@ use({
|
|||||||
"sheerun/vim-polyglot",
|
"sheerun/vim-polyglot",
|
||||||
config = function()
|
config = function()
|
||||||
vim.cmd([[
|
vim.cmd([[
|
||||||
augroup polyglot_fts
|
augroup polyglot_fts
|
||||||
au BufRead,BufNewFile */playbooks/*.yml,*/playbooks/*.yaml set filetype=yaml.ansible
|
au BufRead,BufNewFile */playbooks/*.yml,*/playbooks/*.yaml set filetype=yaml.ansible
|
||||||
au BufRead,BufNewFile go.mod,go.sum set filetype=gomod
|
au BufRead,BufNewFile go.mod,go.sum set filetype=gomod
|
||||||
augroup end
|
augroup end
|
||||||
]])
|
]])
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user