all repos

init.lua @ a9bb7cfa5de6cf2427f50ff634ec8b1d55c9cfab

my nvim config
1 files changed, 8 insertions(+), 2 deletions(-)
feat(plugins): update scheme for lazy-load of vim-sexp
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-09-11 19:18:22 +0300
Parent: b453752
M lua/plugins.lua

@@ -101,8 +101,14 @@ config = u.get.config "conjure",

branch = "develop", } - use { "guns/vim-sexp", after = "conjure" } - use { "tpope/vim-sexp-mappings-for-regular-people", after = "conjure" } + use { + "guns/vim-sexp", + after = "conjure", + requires = { + "tpope/vim-sexp-mappings-for-regular-people", + after = "vim-sexp", + }, + } use { -- test runner "nvim-neotest/neotest",