Added icon-picker plugin
This commit is contained in:
parent
8ef3d14e1e
commit
5d67fcbb0c
@ -2,8 +2,7 @@
|
|||||||
|
|
||||||
(import-macros {: bind! : hook!
|
(import-macros {: bind! : hook!
|
||||||
: use! : setup!
|
: use! : setup!
|
||||||
: module-call!
|
: module-call! } :macros)
|
||||||
: module-fn!} :macros)
|
|
||||||
|
|
||||||
(fn [use]
|
(fn [use]
|
||||||
;; Packer
|
;; Packer
|
||||||
@ -200,6 +199,14 @@
|
|||||||
:config
|
:config
|
||||||
(module-call! :plugin.cmp :configure))
|
(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
|
;; guess style from buffer
|
||||||
(use! :NMAC427/guess-indent.nvim
|
(use! :NMAC427/guess-indent.nvim
|
||||||
:config
|
:config
|
||||||
|
Reference in New Issue
Block a user