From 04d9977747af1b3036af4b724aa1aa9ddd49bc48 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Wed, 15 Oct 2025 21:03:55 +0200 Subject: [PATCH] Add minimal readme to my neovim configuration --- dots/.config/nvim/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dots/.config/nvim/README.md diff --git a/dots/.config/nvim/README.md b/dots/.config/nvim/README.md new file mode 100644 index 0000000..56cfb3d --- /dev/null +++ b/dots/.config/nvim/README.md @@ -0,0 +1,6 @@ +# Neovim configuration + +My neovim configuration. Available as a Nix flake [^nixcats]. When installing manually, +`paq.nvim` is used as a fallback plugin manager. + +[^nixcats]: Based on [this nixCats `example` template](https://github.com/BirdeeHub/nixCats-nvim/tree/77dffad8235eb77684fcb7599487c8e9f23d5b8f/templates/example)