mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 01:55:08 +02:00
feat(615): transparent background option (#617)
This commit is contained in:
parent
7e78b14009
commit
0096e0baa9
3 changed files with 5 additions and 1 deletions
|
@ -18,6 +18,7 @@ O.leader_key = ' '
|
|||
O.ignore_case = true
|
||||
O.smart_case = true
|
||||
O.lushmode = false
|
||||
O.transparent_window = false
|
||||
|
||||
-- After changing plugin config it is recommended to run :PackerCompile
|
||||
O.plugin.hop.active = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue