Port more settings
This commit is contained in:
parent
12dc145d06
commit
48819ed8b3
1 changed files with 8 additions and 0 deletions
|
@ -24,10 +24,18 @@ cmd 'highlight SignColumn guibg=transparent'
|
||||||
|
|
||||||
------ Misc -------
|
------ Misc -------
|
||||||
|
|
||||||
|
-- Split direction
|
||||||
|
o.splitbelow = true
|
||||||
|
o.splitright = true
|
||||||
|
|
||||||
|
|
||||||
-- Case insensitive search
|
-- Case insensitive search
|
||||||
o.ignorecase = true
|
o.ignorecase = true
|
||||||
o.smartcase = true
|
o.smartcase = true
|
||||||
|
|
||||||
|
-- Use mouse
|
||||||
|
o.mouse = 'a'
|
||||||
|
|
||||||
-- Use system clipboard
|
-- Use system clipboard
|
||||||
o.clipboard = 'unnamedplus'
|
o.clipboard = 'unnamedplus'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue