1
0

First config

This commit is contained in:
2025-02-22 21:30:21 +00:00
commit 74cef33a46
6 changed files with 87 additions and 0 deletions

12
init.lua Normal file
View File

@@ -0,0 +1,12 @@
require("config.lazy")
vim.opt.mouse = ''
vim.opt.number = true
vim.opt.relativenumber = true
vim.opt.rnu = true
vim.cmd("syntax on")
vim.keymap.set('n', 'p', '<Cmd>pu<CR>')