use 4 width tabs

master
Drake 3 years ago
parent 0926401418
commit c4898ee314
No known key found for this signature in database
GPG Key ID: 9B83455BD94F12A3

@ -26,6 +26,8 @@ set.mouse = 'a'
set.clipboard = 'unnamedplus'
set.pumheight =5
set.number = true
set.tabstop = 4
set.shiftwidth = 4
vim.cmd('colorscheme onedark') -- I would assume there would be a more lua-y way to do this... right?
require("plugins")
require("keybinds")

Loading…
Cancel
Save