initial commit

This commit is contained in:
Jannik Donker
2024-04-06 18:31:40 +02:00
commit 527d184422
8 changed files with 90 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
vim.cmd("set tabstop=4")
vim.cmd("set shiftwidth=4")
vim.wo.relativenumber = true
vim.g.mapleader = ","