migrate to stow

This commit is contained in:
2022-03-20 00:37:41 +03:00
parent 8544e93367
commit 2ef5b95984
41 changed files with 351 additions and 93 deletions

View File

@@ -0,0 +1,3 @@
vim.bo.tabstop = 4
vim.bo.shiftwidth = 4
vim.bo.expandtab = false

View File

@@ -0,0 +1 @@
vim.cmd("setlocal spell")