From f639d03f6c2a76064304e3c86e3cfe2733e3d8d4 Mon Sep 17 00:00:00 2001 From: Mira Kristipati Date: Fri, 22 Aug 2025 10:31:22 -0400 Subject: [PATCH] remove rustacean, add copilot chat --- lua/plugins.lua | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index 7ff0e82..7da6c76 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -149,6 +149,17 @@ return { require("copilot").setup { suggestion = { auto_trigger = true } } end, }, + { + "CopilotC-Nvim/CopilotChat.nvim", + dependencies = { + { "nvim-lua/plenary.nvim", branch = "master" }, + }, + build = "make tiktoken", + lazy = false, + opts = { + -- See Configuration section for options + }, + }, -- Nyoom around files { "smoka7/hop.nvim", @@ -208,16 +219,16 @@ return { ---------- -- Rust -- ---------- - { - "mrcjkb/rustaceanvim", - version = "^5", -- Recommended - lazy = false, -- This plugin is already lazy - }, + -- { + -- "mrcjkb/rustaceanvim", + -- version = "^5", -- Recommended + -- lazy = false, -- This plugin is already lazy + -- }, + { "cordx56/rustowl", dependencies = { "neovim/nvim-lspconfig" } }, ----------- -- swkhd -- ----------- { "waycrate/swhkd-vim", ft = { "swhkdrc", "swhkd" } }, - -------------- -- Obsidian -- --------------