Space out equals sign in init

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

@ -22,7 +22,7 @@ vim.call('plug#end')
set.termguicolors = true
set.mouse = 'a'
set.clipboard = 'unnamedplus'
set.pumheight =5
set.pumheight = 5
set.number = true
set.tabstop = 4
set.shiftwidth = 4

Loading…
Cancel
Save