1
Fork 0
dots/nvim/ftplugin/lua.lua
2023-08-21 14:56:16 +05:00

3 lines
72 B
Lua

vim.opt.tabstop = 2
vim.opt.softtabstop = 2
vim.opt.shiftwidth = 2