Finalized moving things out of init.lua into seperate folders
This commit is contained in:
parent
3b96ad1b57
commit
dd94586255
14 changed files with 707 additions and 660 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue