changed to lazyvim

This commit is contained in:
Simon Ziegler
2025-12-02 16:21:25 +01:00
parent 73ae3af2eb
commit 7077bb188b
17 changed files with 537 additions and 48 deletions

View File

@@ -1,14 +1,2 @@
-- bootstrap lazy.nvim, LazyVim and your plugins
require("config.lazy")
require("config.keybinds")
-- set theme
vim.cmd.colorscheme "catppuccin-frappe"
-- relative linenumbers
vim.wo.relativenumber = true
vim.wo.number = true
-- tab-width
vim.opt.shiftwidth = 4
vim.opt.tabstop = 4