mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2026-01-29 01:13:01 +01:00
6 lines
112 B
Lua
6 lines
112 B
Lua
require("config.lazy")
|
|
|
|
-- old vim config
|
|
vim.opt.number = true
|
|
vim.opt.expandtab = true
|
|
vim.opt.shiftwidth = 2
|