show linenumbers

This commit is contained in:
Simo-Pekka Kerkelä 2025-07-10 00:10:21 +03:00
parent 46363e302d
commit 44200d16cb
No known key found for this signature in database

View file

@ -4,6 +4,7 @@ vim.o.laststatus = 0
vim.opt.expandtab = true
vim.opt.shiftwidth = 4
vim.opt.softtabstop = -1
vim.opt.number = true
vim.cmd("colorscheme retrobox | highlight Normal guifg=#ffaf00 guibg=#282828")
vim.keymap.set('n', '<space>y', function()
vim.fn.setreg('+', vim.fn.expand('%:p'))