Assistant.nvim
A Lua-based Neovim plugin that enhances competitive programming workflows by integrating with the Competitive Companion browser extension
Install / Use
/learn @A7Lavinraj/Assistant.nvimREADME
<br>[!NOTE] Speed is crucial in competitive programming. Ensure that using this plugin enhances your workflow rather than slowing you down.
Features
- Automated Test Case Management: Easily fetch and organize test cases from online judges.
- Customizable Execution Commands: Support for multiple programming languages with configurable commands.
- Interactive UI: A user-friendly interface for managing test cases.
- Asynchronous Processing: Ensures Neovim remains responsive during execution.
Requirements
- Neovim
>= 0.9.5 - Competitive Companion Browser Extension
Installation Using lazy.nvim
latest version
{
'A7lavinraj/assistant.nvim',
lazy = false,
keys = {
{ '<leader>a', '<cmd>Assistant<cr>', desc = 'Assistant.nvim' }
},
opts = {}
}
stable version
{
'A7lavinraj/assistant.nvim',
branch = 'stable',
lazy = false,
keys = {
{ '<leader>a', '<cmd>Assistant<cr>', desc = 'Assistant.nvim' }
},
opts = {}
}
<br>
Default configuration
{
mappings = {},
commands = {
python = {
extension = 'py',
template = nil,
compile = nil,
execute = {
main = 'python3',
args = { '$FILENAME_WITH_EXTENSION' },
},
},
cpp = {
extension = 'cpp',
template = nil,
compile = {
main = 'g++',
args = { '$FILENAME_WITH_EXTENSION', '-o', '$FILENAME_WITHOUT_EXTENSION' },
},
execute = {
main = './$FILENAME_WITHOUT_EXTENSION',
args = nil,
},
},
},
ui = {
border = 'single',
diff_mode = false,
title_components_separator = '',
},
core = {
process_budget = 5000,
port = 10043,
filename_generator = nil
},
}
<br>
<h4 align="center">
<span>Explore more about assistant on</span>
<a href="https://github.com/A7Lavinraj/assistant.nvim/wiki">Wiki</a>
</h4>
<div align="center">
<h2>Want to contribute?</h2>
Please read CONTRIBUTING.md to get started
</div>Related Skills
node-connect
349.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
