This repository contains a comprehensive Vim configuration with language support, linting, and completion features.
Node.js is required for CoC (Conquer of Completion) and its extensions to function properly.
- Minimum version: Node.js 14.14 or higher
- Installation:
- Arch Linux:
pacman -S nodejs npm - Ubuntu:
apt install nodejs npm - Alternative: Use Node Version Manager (nvm) for version management
- Arch Linux:
Additional language-specific tools are documented in their respective language documentation files in the docs/ directory.
Run bin/check-setup to verify that required tools are installed for your development environment.