dotfiles/nvim/init.lua
Felix Buehler 9a319d8bf7
Some checks are pending
Build / Lint Code Base (push) Waiting to run
CI / build (push) Waiting to run
nvim: init
2026-01-18 16:03:14 +01:00

6 lines
112 B
Lua

require("config.lazy")
-- old vim config
vim.opt.number = true
vim.opt.expandtab = true
vim.opt.shiftwidth = 2