Fix YAML indentation
This commit is contained in:
parent
6715c05519
commit
0d2ac08fc7
1 changed files with 3 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue