Skip to content

IronBlood/config.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

157 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Config.nvim

This is my personal configuration for Neovim. It may not suit you, but I hope you find something useful in here.

Requirements

  • Neovim v0.10+
  • Git
  • make / CC (Linux)
  • make / gcc (Windows + msys2, see PR#3)

Config Locations

OS Path
Linux / macOS ~/.config/nvim
Windows %LOCALAPPDATA%\nvim (cmd.exe)
${env:LOCALAPPDATA}\nvim (powershell.exe)

Clone into the target folder directly, or create a symlink: ln -s /path/to/config.nvim ~/.config/nvim on Linux/macOS, New-Item -ItemType Junction -Path $env:LOCALAPPDATA\nvim -Target C:\path\to\config.nvim in PowerShell, or mklink /J "%LOCALAPPDATA%\nvim" "C:\path\to\config.nvim" in cmd.exe.

Plugins

Commands

  • :Catppuccin $flavor_name where flavor_name = "frappe" | "mocha" | "latte" | "macchiato" (latte is a light theme)
  • :CodeCompanion /expert select line in VISUAL mode first, then type this command and press ENTER, then raise the rest questions in the next line.
  • :ClockDisable, :ClockEnable and :ClockToggle, currently affects .env file only.
  • :Git (or just :G), calls any arbitrary git command.
  • :Gitsigns probably blame, stage_hunk and reset_hunk are the most useful commands for me at the moment.
  • :Mason
  • :Lazy
  • :TSInstall
  • :ZenMode toggles zen mode.

About

My configurations for neovim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages