From ada740e86e6fc2a4447b3ff4ab56fee42c891217 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 18 May 2024 16:43:35 +0900 Subject: feat(packs/rust): replace rust-tools.nvim with rustaceanvim --- fnl/nvrc/pack.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnl/nvrc') 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 -- cgit 1.4.1