Added icon-picker plugin

This commit is contained in:
Alexander Rosenberg 2022-12-31 01:45:54 -08:00
parent 8ef3d14e1e
commit 5d67fcbb0c
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -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 :<leader>ci "<cmd>IconPickerNormal<cr>")
(bind! :n :<leader>cy "<cmd>IconPickerYank<cr>"))
;; guess style from buffer
(use! :NMAC427/guess-indent.nvim
:config