From d51beea88d300cb5066bb92a8148cad52fa1091d Mon Sep 17 00:00:00 2001 From: Sakamoto Date: Sun, 16 Aug 2026 15:34:00 -0500 Subject: update --- dot_config/nvim/lua/plugins/trash/crates.luaa | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 dot_config/nvim/lua/plugins/trash/crates.luaa (limited to 'dot_config/nvim/lua/plugins/trash/crates.luaa') diff --git a/dot_config/nvim/lua/plugins/trash/crates.luaa b/dot_config/nvim/lua/plugins/trash/crates.luaa deleted file mode 100644 index f72a23f..0000000 --- a/dot_config/nvim/lua/plugins/trash/crates.luaa +++ /dev/null @@ -1,17 +0,0 @@ -return { - "saecki/crates.nvim", - tag = "stable", - config = function() - require("crates").setup({ - lsp = { - enabled = true, - on_attach = function(client, bufnr) - -- the same on_attach function as for your other lsp's - end, - actions = true, - completion = true, - hover = true, - }, - }) - end, -} -- cgit v1.2.3