This commit is contained in:
Zelong Kuang
2025-11-22 04:39:13 +11:00
parent e4013c2193
commit db5002801d
6 changed files with 73 additions and 53 deletions

View File

@@ -1,10 +1,10 @@
return {
{
"CopilotC-Nvim/CopilotChat.nvim",
opts = {
model = "gemini-2.5-pro",
},
},
-- {
-- "CopilotC-Nvim/CopilotChat.nvim",
-- opts = {
-- model = "gemini-2.5-pro",
-- },
-- },
-- {
-- "zbirenbaum/copilot.lua",
-- keys = {

View File

@@ -3,7 +3,6 @@ return {
"folke/snacks.nvim",
---@type snacks.Config
opts = {
-- image = {},
indent = {
chunk = {
enabled = true,

View File

@@ -0,0 +1,22 @@
return {
-- {
--
-- "amitds1997/remote-nvim.nvim",
-- version = "*", -- Pin to GitHub releases
-- dependencies = {
-- "nvim-lua/plenary.nvim", -- For standard functions
-- "MunifTanjim/nui.nvim", -- To build the plugin UI
-- -- "nvim-telescope/telescope.nvim", -- For picking b/w different remote methods
-- },
-- keys = {
-- -- 👇 in this section, choose your own keymappings!
-- {
-- -- Open in the current working directory
-- "<leader>rs",
-- "<cmd>RemoteStart<cr>",
-- desc = "Remote",
-- },
-- },
-- -- config = true,
-- },
}