From b5a7e8a62dd610eee7058b9f0c88375ce07d621c Mon Sep 17 00:00:00 2001 From: Kurama <41457394+Kurama622@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:16:30 +0800 Subject: [PATCH] Update llm.nvim README.md, fix typos --- docs/llm.nvim/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/llm.nvim/README.md b/docs/llm.nvim/README.md index b50300b..a05afe7 100644 --- a/docs/llm.nvim/README.md +++ b/docs/llm.nvim/README.md @@ -23,7 +23,7 @@ return { { "Kurama622/llm.nvim", dependencies = { "nvim-lua/plenary.nvim", "MunifTanjim/nui.nvim" }, - cmd = { "LLMSesionToggle", "LLMSelectedTextHandler", "LLMAppHandler" }, + cmd = { "LLMSessionToggle", "LLMSelectedTextHandler", "LLMAppHandler" }, config = function() require("llm").setup({ url = "https://api.deepseek.com/chat/completions",