all repos

init.lua @ 9649aa9576a07d74bfe7513e1da1784ba65cc575

my nvim config
1 files changed, 2 insertions(+), 8 deletions(-)
feat(plugins): update lazyload for `vim-sexp`
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-08-26 19:00:09 +0300
Parent: c0e864c
M lua/plugins.lua

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

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