Use suda by default

This commit is contained in:
Marko Korhonen 2021-08-04 12:49:46 +03:00
parent 7965230bd0
commit dceb69cf01
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -1,4 +1,5 @@
local o = vim.o
local g = vim.g
local cmd = vim.cmd
------ Appearance ------
@ -24,6 +25,10 @@ cmd 'highlight SignColumn guibg=transparent'
------ Misc -------
-- Use suda by default
g.suda_smart_edit = 1
-- Split direction
o.splitbelow = true
o.splitright = true