commit cc1a197879323dccde91dac7cd6cd15e951d316d parent 9e18f0b5f215c89bb3a41cdfaa41b83fd3c50015 Author: Thomas Vigouroux <thomas.vigouroux@protonmail.com> Date: Wed, 21 Sep 2022 15:08:58 +0200 azy: setup preview Diffstat:
M | lua/tele_config.lua | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/lua/tele_config.lua b/lua/tele_config.lua @@ -1,5 +1,8 @@ local M = {} +require'azy'.setup { + preview = true +} local ab = require'azy.builtins' vim.keymap.set("n", "<Leader>e", ab.files(), {})