Finalized moving things out of init.lua into seperate folders

This commit is contained in:
angryluck 2024-05-29 07:39:22 +02:00
parent 3b96ad1b57
commit dd94586255
14 changed files with 707 additions and 660 deletions

View file

@ -50,7 +50,7 @@ vim.opt.splitbelow = true
-- wrap between words
vim.opt.linebreak = true
vim.opt.showbreak = ""
vim.opt.expandtab = true
vim.opt.shiftwidth = 4
vim.opt.tabstop = 8