mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-05-10 09:38:36 +00:00
2 lines
199 B
Lua
2 lines
199 B
Lua
vim.api.nvim_create_autocmd("BufWinEnter", { pattern = "*.lua", command = "setlocal shiftwidth=2" })
|
|
vim.api.nvim_create_autocmd("BufWinEnter", { pattern = "*.lua", command = "setlocal tabstop=2" })
|