diff options
author | Luc Sinet <[email protected]> | 2021-06-26 19:20:07 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-06-26 13:20:07 -0400 |
commit | 918a26ebc070ba21e5073b85a0addac867057617 (patch) | |
tree | 0bef5cc4b3075189b4a3ebbca930d84d1393db51 /init.lua | |
parent | 257b6051e745f218c530784bdc8d0d74ffaf7606 (diff) |
Fix spectre (#520)
* Correctly require Spectre plugin.
Configure backslash as key for interacting with spectre's results.
* Refactor + add Spectre mapping
Map all keys using the mapping variables.
Explicitly specify virtual mappings.
* Remove already prepended character from mapping keys
Co-authored-by: Christian Chiarulli <[email protected]>
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ if O.extras then require('lv-dial') require('lv-hop') require('lv-colorizer') + require('lv-spectre') require('lv-symbols-outline') end |