wklken/k-vim

vim配置

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 25 minutes ago
Type:Configuration / DotfilesCategory(s):Editors & IDEsDeveloper Tools
Added to GitGenius on September 14th, 2026
Created on June 11th, 2013
Open Issues & Pull Requests: 33 (+0)
GitHub issues: Enabled
Number of forks: 1,754
Total Stargazers: 4,851 (+0)
Total Subscribers: 297 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 1.1 hours
90th percentile: 2.2 hours
Tracked items: 2

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

k-vim is a Vim configuration that provides a curated setup with plugin management and sensible defaults.

The project addresses the problem of configuring Vim from scratch by bundling a pre-configured vimrc with a modular plugin system. It uses vim-plug for plugin management and allows users to select from predefined plugin collections. The configuration includes support for asynchronous syntax checking in Vim 8, integrates YouCompleteMe for code completion, and provides multiple color themes including Solarized and Molokai.

The tool suits developers who want a ready-to-use Vim environment without extensive manual configuration. Installation requires cloning the repository and installing system dependencies including ctags and the_silver_searcher, along with Python support. The project is designed to be simple and maintainable, with a separate lightweight server-side variant available for environments where plugins are not needed. Users can customize the plugin set by editing the vimrc.bundles file before installation.

The project receives occasional updates addressing specific features like async syntax checking support. Documentation is maintained through a wiki and issues are tracked on GitHub, with the maintainer accepting pull requests from contributors.