Add ftplugin and yaml-specific config

This commit is contained in:
Emil Miler 2023-03-05 17:24:36 +01:00
parent d515277b6a
commit 188576a2cb
1 changed files with 4 additions and 0 deletions

4
ftplugin/yaml.lua Normal file
View File

@ -0,0 +1,4 @@
vim.o.tabstop = 2
vim.o.softtabstop = 2
vim.o.shiftwidth = 2
vim.o.expandtab = true