dotfiles/.config/nvim/lua/ftplugin/yaml.lua

6 lines
85 B
Lua
Raw Normal View History

2023-07-07 10:40:16 +02:00
vim.o.tabstop = 2
vim.o.softtabstop = 2
vim.o.shiftwidth = 2
vim.o.expandtab = true