summaryrefslogtreecommitdiffstats
path: root/.config/nvim/after/ftplugin/nix.lua
blob: 4384a546bbeb48b0d38af60e2d2f6b428be519da (plain) (blame)
1
2
3
4
5
6
require('ftplugin.common-space')

bo.colorcolumn = '80'
bo.tabstop = 2
bo.softtabstop = 2
bo.shiftwidth = 2
remember that computers suck.