Port more settings

This commit is contained in:
Marko Korhonen 2021-01-31 00:17:39 +02:00
parent 12dc145d06
commit 48819ed8b3
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -24,10 +24,18 @@ cmd 'highlight SignColumn guibg=transparent'
------ Misc -------
-- Split direction
o.splitbelow = true
o.splitright = true
-- Case insensitive search
o.ignorecase = true
o.smartcase = true
-- Use mouse
o.mouse = 'a'
-- Use system clipboard
o.clipboard = 'unnamedplus'