diff --git a/lazy-lock.json b/lazy-lock.json new file mode 100644 index 0000000..e10e60f --- /dev/null +++ b/lazy-lock.json @@ -0,0 +1,34 @@ +{ + "LazyVim": { "branch": "main", "commit": "3f034d0a7f58031123300309f2efd3bb0356ee21" }, + "blink.cmp": { "branch": "main", "commit": "4607923f60029f8cb28e6950a078f93fd33e1288" }, + "bufferline.nvim": { "branch": "main", "commit": "655133c3b4c3e5e05ec549b9f8cc2894ac6f51b3" }, + "catppuccin": { "branch": "main", "commit": "5b5e3aef9ad7af84f463d17b5479f06b87d5c429" }, + "conform.nvim": { "branch": "master", "commit": "f9ef25a7ef00267b7d13bfc00b0dea22d78702d5" }, + "flash.nvim": { "branch": "main", "commit": "3c942666f115e2811e959eabbdd361a025db8b63" }, + "friendly-snippets": { "branch": "main", "commit": "efff286dd74c22f731cdec26a70b46e5b203c619" }, + "gitsigns.nvim": { "branch": "main", "commit": "7010000889bfb6c26065e0b0f7f1e6aa9163edd9" }, + "grug-far.nvim": { "branch": "main", "commit": "2c7ef09353714bd4954f5459d9a7e2579a050dc7" }, + "lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" }, + "lazydev.nvim": { "branch": "main", "commit": "2367a6c0a01eb9edb0464731cc0fb61ed9ab9d2c" }, + "lualine.nvim": { "branch": "master", "commit": "9fef261b53fbe3a2ef01ee9667f6fde064b1ed10" }, + "mason-lspconfig.nvim": { "branch": "main", "commit": "1a31f824b9cd5bc6f342fc29e9a53b60d74af245" }, + "mason.nvim": { "branch": "main", "commit": "fc98833b6da5de5a9c5b1446ac541577059555be" }, + "mini.ai": { "branch": "main", "commit": "978ffc65c6b513fde9ef075326d34d89197f1ea5" }, + "mini.icons": { "branch": "main", "commit": "ec61af6e606fc89ee3b1d8f2f20166a3ca917a36" }, + "mini.pairs": { "branch": "main", "commit": "1a3e73649c0eaef2f6c48ce1e761c6f0a7c11918" }, + "noice.nvim": { "branch": "main", "commit": "0427460c2d7f673ad60eb02b35f5e9926cf67c59" }, + "nui.nvim": { "branch": "main", "commit": "8d3bce9764e627b62b07424e0df77f680d47ffdb" }, + "nvim-lint": { "branch": "master", "commit": "936197073214c26a347fb933c9459c8766376b23" }, + "nvim-lspconfig": { "branch": "master", "commit": "fb733ac734249ccf293e5c8018981d4d8f59fa8f" }, + "nvim-treesitter": { "branch": "master", "commit": "20a7e40203dab3454686e057adecd805f3d6d334" }, + "nvim-treesitter-textobjects": { "branch": "master", "commit": "9937e5e356e5b227ec56d83d0a9d0a0f6bc9cad4" }, + "nvim-ts-autotag": { "branch": "main", "commit": "a1d526af391f6aebb25a8795cbc05351ed3620b5" }, + "persistence.nvim": { "branch": "main", "commit": "166a79a55bfa7a4db3e26fc031b4d92af71d0b51" }, + "plenary.nvim": { "branch": "master", "commit": "857c5ac632080dba10aae49dba902ce3abf91b35" }, + "snacks.nvim": { "branch": "main", "commit": "bc0630e43be5699bb94dadc302c0d21615421d93" }, + "todo-comments.nvim": { "branch": "main", "commit": "304a8d204ee787d2544d8bc23cd38d2f929e7cc5" }, + "tokyonight.nvim": { "branch": "main", "commit": "057ef5d260c1931f1dffd0f052c685dcd14100a3" }, + "trouble.nvim": { "branch": "main", "commit": "85bedb7eb7fa331a2ccbecb9202d8abba64d37b3" }, + "ts-comments.nvim": { "branch": "main", "commit": "1bd9d0ba1d8b336c3db50692ffd0955fe1bb9f0c" }, + "which-key.nvim": { "branch": "main", "commit": "370ec46f710e058c9c1646273e6b225acf47cbed" } +} diff --git a/lazyvim.json b/lazyvim.json new file mode 100644 index 0000000..6206f7e --- /dev/null +++ b/lazyvim.json @@ -0,0 +1,10 @@ +{ + "extras": [ + + ], + "install_version": 8, + "news": { + "NEWS.md": "10960" + }, + "version": 8 +} \ No newline at end of file diff --git a/lua/plugins/editing.lua b/lua/plugins/editing.lua new file mode 100644 index 0000000..22daf78 --- /dev/null +++ b/lua/plugins/editing.lua @@ -0,0 +1,115 @@ +return { + { + "yetone/avante.nvim", + event = "VeryLazy", + lazy = true, + dependencies = { + "stevearc/dressing.nvim", + "nvim-lua/plenary.nvim", + "MunifTanjim/nui.nvim", + { + "MeanderingProgrammer/render-markdown.nvim", + opts = { + file_types = { "markdown", "Avante" }, + }, + ft = { "markdown", "Avante" }, + }, + }, + opts = { + provider = "yochat", + auto_suggestions_provider = "codestral", + -- cursor_applying_provider = "yoqwen32", + -- behaviour = { + -- enable_cursor_planning_mode = true, -- enable cursor planning mode! + -- }, + + file_selector = { + provider = "fzf-lua", + provider_opts = {}, + }, + + vendors = { + + -- 百炼 + qwenr1 = { + __inherited_from = "openai", + api_key_name = "QWEN_API_KEY", + endpoint = "https://dashscope.aliyuncs.com/compatible-mode/v1/", + model = "deepseek-r1", + disable_tools = true, + }, + qwenchat = { + __inherited_from = "openai", + api_key_name = "QWEN_API_KEY", + endpoint = "https://dashscope.aliyuncs.com/compatible-mode/v1/", + model = "deepseek-v3", + disable_tools = true, + }, + qwenqwq32 = { + __inherited_from = "openai", + api_key_name = "QWEN_API_KEY", + endpoint = "https://dashscope.aliyuncs.com/compatible-mode/v1/", + model = "qwq-32b", + disable_tools = true, + }, + + -- yostar + yor1 = { + __inherited_from = "openai", + api_key_name = "YOSTAR_API_KEY", + endpoint = "https://litellm.yostar.net", + model = "DeepSeek-R1", + disable_tools = true, + }, + yochat = { + __inherited_from = "openai", + api_key_name = "YOSTAR_API_KEY", + endpoint = "https://litellm.yostar.net", + model = "DeepSeek-V3", + disable_tools = true, + }, + yoqwq32 = { + __inherited_from = "openai", + api_key_name = "YOSTAR_API_KEY", + endpoint = "https://litellm.yostar.net", + model = "qwq-32b", + disable_tools = true, + }, + + codestral = { + __inherited_from = "openai", + api_key_name = "CODESTRAL_API_KEY", + endpoint = "https://codestral.mistral.ai/v1", + model = "codestral-latest", + }, + }, + }, + }, + { + "hat0uma/csvview.nvim", + ft = "csv", + config = function() + vim.api.nvim_create_autocmd("FileType", { + pattern = "csv", + command = "CsvViewEnable", + }) + + require("csvview").setup({ + parser = { comments = { "#", "//" } }, + keymaps = { + -- Text objects for selecting fields + textobject_field_inner = { "if", mode = { "o", "x" } }, + textobject_field_outer = { "af", mode = { "o", "x" } }, + -- Excel-like navigation: + -- Use and to move horizontally between fields. + -- Use and to move vertically between rows and place the cursor at the end of the field. + -- Note: In terminals, you may need to enable CSI-u mode to use and . + jump_next_field_end = { "", mode = { "n", "v" } }, + jump_prev_field_end = { "", mode = { "n", "v" } }, + jump_next_row = { "", mode = { "n", "v" } }, + jump_prev_row = { "", mode = { "n", "v" } }, + }, + }) + end, + }, +}