Fix YAML indentation

This commit is contained in:
Marko Korhonen 2021-02-02 19:06:55 +02:00
parent 6715c05519
commit 0d2ac08fc7
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -2,3 +2,6 @@ local cmd = vim.cmd
-- Remap exit terminal mode to esc
cmd('au TermOpen * tnoremap <buffer> <Esc> <c-\\><c-n>')
-- Fix YAML indentation
cmd('au FileType yaml setlocal ts=2 sts=2 sw=2 expandtab')