dotfiles/nvim/init.lua

7 lines
112 B
Lua
Raw Permalink Normal View History

2026-01-18 16:03:14 +01:00
require("config.lazy")
-- old vim config
vim.opt.number = true
vim.opt.expandtab = true
vim.opt.shiftwidth = 2