nixos-private-dots/nvim/ftplugin/lua.lua

4 lines
88 B
Lua

vim.bo.expandtab = true
vim.bo.tabstop = 4
vim.bo.shiftwidth = 4
vim.bo.softtabstop = 4