Skip to content

thomcom/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim-config

Supercharge your Neovim editing experience with a professional, minimal configuration.

Quick Install

git clone [email protected]:thomcom/nvim-config.git ~/.config/nvim

Key Features

  • Minimal Philosophy: Vim enhanced, not replaced - keeps the core vim experience
  • Smart Search: FZF integration + blinking search matches for instant visual feedback
  • Infinite Undo: Persistent undo history across sessions stored safely
  • AI Assistance: GitHub Copilot integration for intelligent code completion
  • Modern Aesthetics: Tokyo Night theme with enhanced bracket highlighting

Usage Examples

<Space>         " Leader key for custom mappings
<C-p>           " FZF file explorer (muscle memory friendly)
jk / kj         " Alternative Esc sequences (faster than reaching)
<F5>            " Reload vim configuration instantly

Core Plugins

  • fzf - Lightning-fast fuzzy file finding
  • copilot - AI-powered code suggestions
  • tokyonight - Beautiful modern colorscheme
  • rgflow - Interactive ripgrep search in vim
  • black-nvim - Python code formatting

Clean editing, powerful search, ready for your workflow.


Philosophy: VIM is not an IDE. All plugins just make vim better at being vim.

About

Vim custom configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors