Added icon-picker plugin
This commit is contained in:
parent
8ef3d14e1e
commit
5d67fcbb0c
@ -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
|
||||
|
Reference in New Issue
Block a user