Archived
1
0

Add ftplugin and yaml-specific config

This commit is contained in:
2023-03-05 17:24:36 +01:00
parent d515277b6a
commit 188576a2cb

4
ftplugin/yaml.lua Normal file

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