Initial setup

This commit is contained in:
2025-05-15 05:09:43 +02:00
commit 2e7fb9adce
12 changed files with 234 additions and 0 deletions

2
lua/nrx/remap.lua Normal file
View File

@ -0,0 +1,2 @@
vim.g.mapleader = " "
vim.keymap.set("n", "<leader>pv", vim.cmd.Ex)