remove rustacean, add copilot chat
This commit is contained in:
parent
fa77b18e94
commit
f639d03f6c
1 changed files with 17 additions and 6 deletions
|
|
@ -149,6 +149,17 @@ return {
|
||||||
require("copilot").setup { suggestion = { auto_trigger = true } }
|
require("copilot").setup { suggestion = { auto_trigger = true } }
|
||||||
end,
|
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
|
-- Nyoom around files
|
||||||
{
|
{
|
||||||
"smoka7/hop.nvim",
|
"smoka7/hop.nvim",
|
||||||
|
|
@ -208,16 +219,16 @@ return {
|
||||||
----------
|
----------
|
||||||
-- Rust --
|
-- Rust --
|
||||||
----------
|
----------
|
||||||
{
|
-- {
|
||||||
"mrcjkb/rustaceanvim",
|
-- "mrcjkb/rustaceanvim",
|
||||||
version = "^5", -- Recommended
|
-- version = "^5", -- Recommended
|
||||||
lazy = false, -- This plugin is already lazy
|
-- lazy = false, -- This plugin is already lazy
|
||||||
},
|
-- },
|
||||||
|
{ "cordx56/rustowl", dependencies = { "neovim/nvim-lspconfig" } },
|
||||||
-----------
|
-----------
|
||||||
-- swkhd --
|
-- swkhd --
|
||||||
-----------
|
-----------
|
||||||
{ "waycrate/swhkd-vim", ft = { "swhkdrc", "swhkd" } },
|
{ "waycrate/swhkd-vim", ft = { "swhkdrc", "swhkd" } },
|
||||||
|
|
||||||
--------------
|
--------------
|
||||||
-- Obsidian --
|
-- Obsidian --
|
||||||
--------------
|
--------------
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue