initial commit

This commit is contained in:
Dario48true 2023-10-26 21:58:39 +02:00
parent 15c04b018c
commit e00ee64dbe
9 changed files with 95 additions and 0 deletions

4
init.lua Normal file
View file

@ -0,0 +1,4 @@
vim.cmd("nnoremap <Space> <Nop>")
vim.g.mapleader = ' '
vim.cmd("set shiftwidth=4")
require("Dario48/lazy")