diff --git a/fnl/plugin.fnl b/fnl/plugin.fnl index de94e35..8133d9e 100644 --- a/fnl/plugin.fnl +++ b/fnl/plugin.fnl @@ -2,8 +2,7 @@ (import-macros {: bind! : hook! : use! : setup! - : module-call! - : module-fn!} :macros) + : module-call! } :macros) (fn [use] ;; Packer @@ -200,6 +199,14 @@ :config (module-call! :plugin.cmp :configure)) + (use! :ziontee113/icon-picker.nvim + :after :fzf-lua + :config + (setup! :icon-picker + :disable_legacy_commands true) + (bind! :n :ci "IconPickerNormal") + (bind! :n :cy "IconPickerYank")) + ;; guess style from buffer (use! :NMAC427/guess-indent.nvim :config