Skip to content

retran/meowvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

57 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🐱 meowvim

Neovim License GitHub stars GitHub forks

The purr-fect Neovim configuration for a cozy coding session. May or may not increase your productivity by a feline factor.

Overview β€’ See It in Action β€’ Key Features β€’ Installation β€’ Quick Start β€’ Documentation β€’ Customization β€’ Troubleshooting β€’ Contributing


🎯 Overview

meowvim is a fast, well-configured Neovim setup for the project meow ecosystem. It bundles curated plugins, sensible defaults, and playful touches so you can start coding immediately.

Who Is This For?

  • Polyglot developers who need LSP, formatting, debugging, and testing
  • Terminal users who want speed without sacrificing polish
  • Project meow users who need consistent setup across macOS and Linux
  • Automation fans who value lazy-loading, sessions, and keymap discovery

✨ Key Features

🎨 Interface & UX

  • 17 colorschemes with 70+ variants: Catppuccin, TokyoNight, Rose Pine, Gruvbox, Nord, Kanagawa, Everforest, Nightfox, Zenbones, Solarized Osaka, Ayu, Dracula, Monokai Pro, One Dark, Material, Melange, GitHub
  • Transparency from 0-100% opacity
  • Theme picker with live preview (:ColorschemeSelect or <leader>ok)
  • noice.nvim message center and command palette
  • Smooth folds, indent guides, persistent layout with auto-reload

🧠 Language Support

  • LSP servers with diagnostics, actions, and symbol navigation
  • Treesitter syntax highlighting and structural selection
  • Completion with <C-j/k> navigate, <C-l> smart accept (Copilot inline first, then cmp); GitHub Copilot NES via <M-l/j/h>

πŸš€ Navigation & Productivity

  • Flash motion (<leader><leader>) and Snacks finders for files, buffers, commands
  • LazyGit (<leader>gg)
  • Bookmarks for quick navigation (<leader>mm)
  • Code screenshots with syntax highlighting (<leader>cs in visual mode)
  • Auto buffer cleanup (configurable threshold)
  • Sessions with per-branch support and project switching
  • TODO tracking, search & replace, git workflows via CodeDiff and Gitsigns

🐾 Project Meow Features

  • Config system with Lua tables, auto-reload, project settings
  • Developer tools: conflict detection, profiling, startup tracking
  • Automation: update-meowvim.sh with backup/rollback, test suite
  • CI/CD with lint and multi-platform tests
  • Mason-managed tools with auto PATH setup
  • Overseer tasks, Neotest runners, DAP for Go, TypeScript, Python, more
  • Quickfix code review with inline annotations (<leader>r group) and <leader>yf/yl file/line references

πŸ“¦ Installation

βš™οΈ Prerequisites

Type Requirements
Required Neovim β‰₯ 0.11, Git, true-color terminal
Recommended Node.js β‰₯ 18, Python β‰₯ 3.8, Go β‰₯ 1.19, ripgrep, fd, fzf, Nerd Font
Optional GitHub Copilot

⚑ Quick Install

# Backup existing config
mv ~/.config/nvim ~/.config/nvim.backup

# Clone meowvim
git clone https://github.com/retran/meowvim.git ~/.config/nvim

# Start Neovim
nvim

Plugins install automatically on first launch via lazy.nvim.

🐾 Install with project meow

git clone https://github.com/retran/meow.git ~/.meow
cd ~/.meow
git submodule update --init
./bin/meowctl install personal

The meow automation links meowvim with your dotfiles.

πŸ”§ Staying Updated

# Automated update with backup/rollback
./bin/update-meowvim.sh

# Or manually inside Neovim
:Lazy sync
:MasonToolsUpdate

# Check health after updates
:checkhealth meowvim

πŸš€ Quick Start

  1. Launch β€” first run installs plugins and bootstraps LSP servers
  2. Configure β€” edit ~/.config/meowvim/config.lua (theme, transparency, features)
  3. Keymaps β€” press <leader>hk for interactive search or see Quick Reference
  4. Language tools β€” open Mason (<leader>Tm) to install LSP, formatters, debuggers
  5. Navigate β€” <leader><leader> Flash jumps, <leader>ff file search, <leader>gg LazyGit, F2 terminal
  6. Copilot (optional) β€” authenticate via :Copilot auth

πŸ“– Documentation

The full documentation lives in the docs/ den:

Each guide follows the meowg1k documentation structure so you can prowl between tools without context switching.

🧩 Customization

Customize meowvim through simple Lua tables:

  • User config: Edit ~/.config/meowvim/config.lua - plain Lua table
  • Project settings: Create ~/.config/meowvim/projects.lua for project overrides
  • Commands: :MeowvimConfig, :MeowvimConfigReload, :MeowvimConfigShow
  • Theme picker: :ColorschemeSelect or <leader>ok for live preview
  • Options: lua/config/options.lua - Neovim settings
  • Keymaps: lua/config/keymaps.lua - discoverable with which-key
  • Plugins: lua/plugins/*.lua - one file per plugin

See Configuration Guide for details.

πŸ› οΈ Troubleshooting & Support

  • Run :checkhealth meowvim for comprehensive environment diagnostics
  • Use developer tools: :KeymapConflicts, :MeowvimProfile, :StartupTrends
  • Run test suite: ./bin/test-config.sh to verify configuration integrity
  • Visit Troubleshooting for common fixes, performance tuning, and LSP tips
  • Enable verbose logging with :messages and review ~/.local/state/nvim/log if the cats get grumpy

🀝 Contributing

We welcome issues, feature ideas, and pull requests. Please:

  1. Search existing issues to avoid duplicates.
  2. Provide repro steps or screenshots where helpful.
  3. Keep the cat puns tasteful and the Lua tidy.

πŸ“„ License

This project is released under the MIT License.


Made with ❀️ by Andrew Vasilyev and feline assistants Sonya Blade, Mila, and Marcus Fenix

Happy coding with project meow! 🐱

⭐ Star us on GitHub β€’ πŸ› Report Bug β€’ πŸ’‘ Request Feature β€’ πŸ”€ Contribute

About

The purr-fect Neovim configuration for a cozy coding session. May or may not increase your productivity by a feline factor.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors