aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-05-19 00:09:06 +0900
committersefidel <contact@sefidel.net>2024-05-19 00:09:06 +0900
commit6971815c64f89dae7c48b0960526246e09499ffe (patch)
tree41bc002e39787d0ab7ca2416a5b1df4fdb42003c
parent4a0f1b4d56e1c7d212a05c6d69a1e27790065e16 (diff)
downloadnvimrc-6971815c64f89dae7c48b0960526246e09499ffe.zip
feat(packs/fidget): migrate to main
-rw-r--r--fnl/nvrc/colors.fnl2
-rw-r--r--fnl/nvrc/pack.fnl2
-rw-r--r--fnl/nvrc/packs/fidget.fnl8
-rw-r--r--lazy-lock.json2
4 files changed, 9 insertions, 5 deletions
diff --git a/fnl/nvrc/colors.fnl b/fnl/nvrc/colors.fnl
index fba6aa3..cea5567 100644
--- a/fnl/nvrc/colors.fnl
+++ b/fnl/nvrc/colors.fnl
@@ -53,6 +53,8 @@
(highlight! :DiagnosticSignInfo {:fg (. colors :green) :bg (. colors :light_bg)})
(highlight! :DiagnosticSignHint {:fg (. colors :graphite) :bg (. colors :light_bg)})
+ (highlight! :WarningMsg {:fg (. colors :yellow)})
+
; Leap
(highlight! :LeapMatch {:fg (. colors :selection) :underline true :bold true :nocombine true})
(highlight! :LeapLabelPrimary {:fg :black :bg (. colors :selection) :bold true})
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index c7658f4..20c9a4a 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -19,7 +19,7 @@
(pack! :neovim/nvim-lspconfig {:req :lspconfig
:event [:BufReadPre :BufNewFile]
- :dependencies [(pack :j-hui/fidget.nvim {:req :fidget :branch :legacy})]})
+ :dependencies [(pack :j-hui/fidget.nvim {:req :fidget})]})
(pack! :mrcjkb/rustaceanvim {:req :rust
:event [:BufReadPre :BufNewFile] ;; doesn't work when loaded on filetype
:dependencies [(pack :nvim-lua/plenary.nvim)]})
diff --git a/fnl/nvrc/packs/fidget.fnl b/fnl/nvrc/packs/fidget.fnl
index ab0014e..0951dc1 100644
--- a/fnl/nvrc/packs/fidget.fnl
+++ b/fnl/nvrc/packs/fidget.fnl
@@ -1,5 +1,7 @@
(local {: setup} (require :fidget))
-(setup {:text {:done "^.^!"
- :spinner :dots}
- :sources {:ltex {:ignore true}}})
+(setup {:progress {:display {:done_icon "^.^!"
+ :progress_icon {:pattern :dots :period 1}
+ :render_limit 3}
+ :lsp {:progress_ringbuf_size 1024}
+ :ignore [:ltex]}})
diff --git a/lazy-lock.json b/lazy-lock.json
index 6f55d66..8ffae9c 100644
--- a/lazy-lock.json
+++ b/lazy-lock.json
@@ -5,8 +5,8 @@
"cmp-nvim-lsp-signature-help": { "branch": "main", "commit": "3d8912ebeb56e5ae08ef0906e3a54de1c66b92f1" },
"cmp-under-comparator": { "branch": "master", "commit": "6857f10272c3cfe930cece2afa2406e1385bfef8" },
"editorconfig.nvim": { "branch": "master", "commit": "5b9e303e1d6f7abfe616ce4cc8d3fffc554790bf" },
- "fidget.nvim": { "branch": "legacy", "commit": "2f7c08f45639a64a5c0abcf67321d52c3f499ae6" },
"fzf-lua": { "branch": "main", "commit": "64f6eff4702c23c4de5320ed668343af1e4d679e" },
+ "fidget.nvim": { "branch": "main", "commit": "1ba38e4cbb24683973e00c2e36f53ae64da38ef5" },
"gitsigns.nvim": { "branch": "main", "commit": "805610a9393fa231f2c2b49cb521bfa413fadb3d" },
"hotpot.nvim": { "branch": "master", "commit": "5c96b423a6663c91c47d6184f810acf1dacf4615" },
"jellybeans.vim": { "branch": "master", "commit": "ef83bf4dc8b3eacffc97bf5c96ab2581b415c9fa" },