Start neovim config from scratech
This commit is contained in:
@@ -1,72 +0,0 @@
|
||||
return {
|
||||
{ "ellisonleao/gruvbox.nvim" },
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "gruvbox",
|
||||
},
|
||||
{
|
||||
"kawre/leetcode.nvim",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"MunifTanjim/nui.nvim",
|
||||
},
|
||||
opts = {
|
||||
lang = "rust",
|
||||
|
||||
keys = {
|
||||
toggle = { "q" }, ---@type string|string[]
|
||||
confirm = { "<CR>" }, ---@type string|string[]
|
||||
|
||||
reset_testcases = "r", ---@type string
|
||||
use_testcase = "U", ---@type string
|
||||
focus_testcases = "H", ---@type string
|
||||
focus_result = "L", ---@type string
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
-- {
|
||||
-- "yetone/avante.nvim",
|
||||
-- build = vim.fn.has("win32") ~= 0 and "powershell -ExecutionPolicy Bypass -File Build.ps1 -BuildFromSource false"
|
||||
-- or "make",
|
||||
-- event = "VeryLazy",
|
||||
-- opts = {
|
||||
-- provider = "copilot",
|
||||
-- selection = {
|
||||
-- hint_display = "none",
|
||||
-- },
|
||||
-- behaviour = {
|
||||
-- auto_set_keymaps = false,
|
||||
-- },
|
||||
-- },
|
||||
-- cmd = {
|
||||
-- "AvanteAsk",
|
||||
-- "AvanteBuild",
|
||||
-- "AvanteChat",
|
||||
-- "AvanteClear",
|
||||
-- "AvanteEdit",
|
||||
-- "AvanteFocus",
|
||||
-- "AvanteHistory",
|
||||
-- "AvanteModels",
|
||||
-- "AvanteRefresh",
|
||||
-- "AvanteShowRepoMap",
|
||||
-- "AvanteStop",
|
||||
-- "AvanteSwitchProvider",
|
||||
-- "AvanteToggle",
|
||||
-- },
|
||||
-- keys = {
|
||||
-- { "<leader>aa", "<cmd>AvanteAsk<CR>", desc = "Ask Avante" },
|
||||
-- { "<leader>ac", "<cmd>AvanteChat<CR>", desc = "Chat with Avante" },
|
||||
-- { "<leader>ae", "<cmd>AvanteEdit<CR>", desc = "Edit Avante" },
|
||||
-- { "<leader>af", "<cmd>AvanteFocus<CR>", desc = "Focus Avante" },
|
||||
-- { "<leader>ah", "<cmd>AvanteHistory<CR>", desc = "Avante History" },
|
||||
-- { "<leader>am", "<cmd>AvanteModels<CR>", desc = "Select Avante Model" },
|
||||
-- { "<leader>an", "<cmd>AvanteChatNew<CR>", desc = "New Avante Chat" },
|
||||
-- { "<leader>ap", "<cmd>AvanteSwitchProvider<CR>", desc = "Switch Avante Provider" },
|
||||
-- { "<leader>ar", "<cmd>AvanteRefresh<CR>", desc = "Refresh Avante" },
|
||||
-- { "<leader>as", "<cmd>AvanteStop<CR>", desc = "Stop Avante" },
|
||||
-- { "<leader>at", "<cmd>AvanteToggle<CR>", desc = "Toggle Avante" },
|
||||
-- },
|
||||
-- },
|
||||
}
|
||||
Reference in New Issue
Block a user