From 9b9eab0b94e1aa7202226002d8774603677d23ba Mon Sep 17 00:00:00 2001 From: Naz Date: Sat, 8 Feb 2025 11:49:10 +0100 Subject: =?UTF-8?q?=E2=9C=A8feat:=20add=20LSP=20and=20IDEish=20plugins?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/plugins/rustaceanvim.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lua/plugins/rustaceanvim.lua (limited to 'lua/plugins/rustaceanvim.lua') diff --git a/lua/plugins/rustaceanvim.lua b/lua/plugins/rustaceanvim.lua new file mode 100644 index 0000000..168e16e --- /dev/null +++ b/lua/plugins/rustaceanvim.lua @@ -0,0 +1,5 @@ +return { + "mrcjkb/rustaceanvim", + version = "^5", -- Recommended + lazy = false, -- This plugin is already lazy +} -- cgit v1.2.3