add neovim config

This commit is contained in:
2023-06-03 10:21:21 -04:00
parent a13c0625f2
commit ee36c5d56c
5 changed files with 94 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
-- set leader key to space
vim.g.mapleader = " "
local keymap = vim.keymap