Compare commits

...

2 Commits

Author SHA1 Message Date
32955b44c2 Merge https://git.drheck.dev/luke/nvim 2022-07-04 15:49:47 -04:00
398b0dace5 python indent 2022-07-04 15:49:20 -04:00

View File

@@ -5,3 +5,4 @@ bo.tabstop = 2
bo.shiftwidth = 2
bo.autoindent = true
bo.copyindent = true
vim.wo.colorcolumn = '80'