change tab to 4 sapces

This commit is contained in:
vandechat96
2022-04-08 23:12:38 +02:00
parent 042f68288d
commit c709217bb9

View File

@@ -12,6 +12,9 @@ an executable
lvim.log.level = "warn"
lvim.format_on_save = true
lvim.colorscheme = "onedarker"
vim.opt.tabstop = 4
vim.opt.softtabstop = 4
vim.opt.shiftwidth = 4
-- keymappings [view all the defaults by pressing <leader>Lk]
lvim.leader = "space"