about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-05-18 16:43:35 +0900
committersefidel <contact@sefidel.net>2024-05-18 16:43:35 +0900
commitada740e86e6fc2a4447b3ff4ab56fee42c891217 (patch)
tree5f9cb193e013ef8594416b08522665ff7ee77ff6 /fnl/nvrc/pack.fnl
parenta4bfd4a5635983d4bcc1c4cc65ceec990b125102 (diff)
downloadnvimrc-ada740e86e6fc2a4447b3ff4ab56fee42c891217.tar.gz
nvimrc-ada740e86e6fc2a4447b3ff4ab56fee42c891217.zip
feat(packs/rust): replace rust-tools.nvim with rustaceanvim
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r--fnl/nvrc/pack.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index 9e65d83..c7658f4 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -20,7 +20,7 @@
 (pack! :neovim/nvim-lspconfig {:req :lspconfig
                                :event [:BufReadPre :BufNewFile]
                                :dependencies [(pack :j-hui/fidget.nvim {:req :fidget :branch :legacy})]})
-(pack! :simrat39/rust-tools.nvim {:req :rust
+(pack! :mrcjkb/rustaceanvim {:req :rust
                                   :event [:BufReadPre :BufNewFile] ;; doesn't work when loaded on filetype
                                   :dependencies [(pack :nvim-lua/plenary.nvim)]})
 (pack! :p00f/clangd_extensions.nvim {:req :clangd