Personal Neovim configuration
  • Lua 83.1%
  • Vim Script 15.3%
  • Scheme 1.6%
Find a file
2026-01-14 07:09:59 +01:00
after fix(ftplugin): gitcommit keymaps 2025-11-12 13:04:00 +01:00
colors feat: new color scheme 2025-12-23 18:44:36 +01:00
compiler refactor: clang plugin file 2025-11-08 21:24:49 +01:00
ftplugin feat: use tpope/rsi 2025-12-04 23:10:59 +01:00
lsp remove snacks 2025-10-26 18:53:56 +01:00
lua/cathy feat(compile): center on error 2026-01-14 07:09:59 +01:00
plugin feat: add man page picker 2026-01-02 22:16:18 +01:00
queries fix(treesitter): c/c++ indents 2025-09-27 00:59:22 +02:00
spell chore: spelling 2025-08-06 06:30:43 +02:00
syntax fix(compile): use highlights without background 2025-12-01 12:34:03 +01:00
.gitignore chore: update gitignore to allow for system specific settings 2025-11-03 13:24:57 +01:00
.luacheckrc feat(lint): move to none-ls for formatting and linting 2024-01-07 12:03:12 +01:00
.stylua.toml feat(lint): move to none-ls for formatting and linting 2024-01-07 12:03:12 +01:00
init.lua feat: new color scheme 2025-12-23 18:44:36 +01:00
mini-deps-snap chore: update plugins 2025-12-13 15:14:51 +01:00
README.md chore: update readme 2025-11-03 14:15:33 +01:00

Neovim Dots

Plugin list in the readme might not be up to date every time :3

Install Instructions

Install requires Neovim 0.11+. Always review the code before installing a configuration.

Clone the repository and install the plugins:

git clone git@github.com:cathyprime/nvim-dots ~/.config/cathyprime/nvim-dots
NVIM_APPNAME=cathyprime/nvim-dots/ nvim --headless +qa

Open Neovim with this config:

NVIM_APPNAME=cathyprime/nvim-dots/ nvim

Plugins

code-runner

  • Custom :Compile command

colorscheme

  • Custom scheme based on kanagawa

comment

completion

debugging

editing-support

file-explorer

fuzzy-finder

git

keybinding

lsp

navigation

nvim-dev

plugin-manager

quickfix

snippet

syntax

utility