dotfiles/.config/nvim/ftplugin/json.lua
2024-10-01 13:47:31 +07:00

3 lines
58 B
Lua

vim.opt_local.shiftwidth = 2
vim.opt_local.tabstop = 2