summaryrefslogtreecommitdiffstats
path: root/.config/nvim/lua/ftplugin/common-space.lua
blob: ccefb94ce7df58988963a521df6e8de05960ca68 (plain) (blame)
1
2
3
4
5
bo.tabstop=4
bo.shiftwidth=4
bo.textwidth=0
bo.wrapmargin=0
bo.expandtab = true
remember that computers suck.