mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
add(nvim): even more macros (require-then!)
This commit is contained in:
parent
2a71aa0d2b
commit
3bf9695311
14 changed files with 39 additions and 38 deletions
|
|
@ -1,4 +1,4 @@
|
|||
(local {: require-then} (require :helpers))
|
||||
(import-macros {: require-then!} :macros)
|
||||
|
||||
(let [lazypath (.. (vim.fn.stdpath :data) :/lazy/lazy.nvim)]
|
||||
(when (not (vim.loop.fs_stat lazypath))
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
{1 :numToStr/Comment.nvim :opts {}}
|
||||
{1 :ggandor/leap.nvim
|
||||
:dependencies :tpope/vim-repeat
|
||||
:config #(require-then :leap #($.add_default_mappings))}
|
||||
:config #(require-then! :leap #($.add_default_mappings))}
|
||||
{1 :kevinhwang91/nvim-ufo
|
||||
:dependencies :kevinhwang91/promise-async}
|
||||
{1 :wintermute-cell/gitignore.nvim
|
||||
|
|
@ -110,4 +110,4 @@
|
|||
:f3fora/cmp-spell
|
||||
:mrcjkb/haskell-snippets.nvim]}]
|
||||
opts {:performance {:rtp {:reset false}}}]
|
||||
(require-then :lazy #($.setup plugins opts)))
|
||||
(require-then! :lazy #($.setup plugins opts)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue