fixing github actions

This commit is contained in:
2026-03-18 23:20:00 -04:00
parent e57209a1f8
commit fe118e0885
6 changed files with 106 additions and 309 deletions

View File

@@ -1,14 +1,16 @@
---@mod codetyper Codetyper.nvim - AI-powered coding partner
---@brief [[
--- Codetyper.nvim is a Neovim plugin that acts as your coding partner.
--- It uses LLM APIs (OpenAI, Gemini, Copilot, Ollama) to help you
--- write code faster using special `.codetyper/*` files and inline prompt tags.
--- It uses LLM APIs (Copilot, Ollama) to help you write code faster
--- with inline prompt tags and visual selection transforms.
--- Features an event-driven scheduler with confidence scoring and
--- completion-aware injection timing.
---@brief ]]
local M = {}
M.version = "0.7.0-dev"
---@type CoderConfig
M.config = {}