summaryrefslogtreecommitdiffstats
path: root/.config/nvim/after/ftplugin/elixir.lua
blob: db9c53f967eb6903849b1fc6cb54aa9cc8f2233c (plain) (blame)
1
2
3
4
bo.tabstop = 2
bo.shiftwidth = 2
bo.expandtab = true
o.colorcolumn = '98'
remember that computers suck.