Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 779 Bytes

File metadata and controls

20 lines (14 loc) · 779 Bytes

Vim Configuration

This repository contains a comprehensive Vim configuration with language support, linting, and completion features.

Requirements

Node.js

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

Other Dependencies

Additional language-specific tools are documented in their respective language documentation files in the docs/ directory.

Setup

Run bin/check-setup to verify that required tools are installed for your development environment.