1
0

Added basic Neovim config

This commit is contained in:
2025-10-13 11:25:54 +02:00
parent 0d520f7bbf
commit 452ce614ef
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
-- Enable relative line numbers
vim.opt.number = true
vim.opt.relativenumber = true
-- Highlight the current line
vim.opt.cursorline = true