set tab width to 4

pull/1404/head
nicholasss 6 months ago
parent dc21a68c44
commit de08fe7ed6

@ -7,6 +7,9 @@
--
--]]
vim.opt.shiftwidth = 4
vim.opt.tabstop = 4
-- Set <space> as the leader key
-- See `:help mapleader`
-- NOTE: Must happen before plugins are loaded (otherwise wrong leader will be used)

Loading…
Cancel
Save