1
Fork 0
dots/nvim/after/ftplugin/lua.lua
Hadeed Ahmad b149a776b0 Start new neovim config
Add basic options and keymaps
2025-03-26 19:50:28 +05:00

4 lines
66 B
Lua

local opt = vim.opt_local
opt.softtabstop = 2
opt.shiftwidth = 2