Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Sign in to like and favorite skills
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This is a comprehensive Neovim configuration for a development environment. The configuration uses vim-plug for plugin management and includes extensive language support through CoC (Conquer of Completion) and various LSP servers.
Before using this configuration, install:
pynvim (pip)ripgrep (system package manager)ranger (system package manager)fzf (system package manager)nodejs and npm install -g neovimfiglet (for ASCII art)xclip (Linux clipboard support)debugpy (for Python debugging)_machine_specific.vim for Python interpreter paths and other machine-specific settingsdefault_configs/_machine_specific_default.vim on first runplugconfig/ directorycoc.vim, fzf.vim)key.vimplugconfig/ files:PlugInstall - Install plugins:PlugUpdate - Update plugins:PlugClean - Remove unused plugins:CocInstall coc-python - Install Python language server:CocConfig - Open CoC configuration:CocInfo - Show CoC information:G - Open fugitive git status:Gblame - Show git blame:Gdiff - Show git diff:Ranger - Open ranger file manager:Files - Fuzzy find files:Rg - Ripgrep searchtermguicolorskanagawa (changeable in init.vim)UltiSnips/:Copilot setup after installationAfter making changes:
:checkhealth to verify Neovim health:PlugStatus:CocInfo