enabled line numbers

This commit is contained in:
Simon Ziegler
2025-10-01 15:15:11 +02:00
parent 96974e72fd
commit d8dba6591e
2 changed files with 10 additions and 1 deletions

View File

@@ -1,4 +1,8 @@
require("config.lazy") require("config.lazy")
-- set theme
vim.cmd.colorscheme "catppuccin-frappe" vim.cmd.colorscheme "catppuccin-frappe"
-- relative linenumbers
vim.wo.relativenumber = true
vim.wo.number = true

5
lazy-lock.json Normal file
View File

@@ -0,0 +1,5 @@
{
"catppuccin": { "branch": "main", "commit": "c89184526212e04feffbddda9d06b041a8fca416" },
"lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" },
"mason.nvim": { "branch": "main", "commit": "a83eabdc8c49c0c93bf5bb162fa3b57404a9d095" }
}