mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-16 07:28:11 +02:00
4 lines
116 B
Lua
4 lines
116 B
Lua
vim.opt_local.expandtab = true
|
|
vim.opt_local.shiftwidth = 2
|
|
vim.opt_local.tabstop = 2
|
|
vim.opt_local.softtabstop = 2
|