Neovim config with nixCats.
  • Lua 78.9%
  • Nix 21.1%
Find a file
2026-05-12 12:07:12 +02:00
lua fixed clipoard on wsl. 2026-05-12 12:07:12 +02:00
.editorconfig Ported config from nixvim. 2025-07-03 02:18:39 +02:00
.gitignore inital commit, 2025-06-27 21:05:54 +02:00
flake.lock fixed clipoard on wsl. 2026-05-12 12:07:12 +02:00
flake.nix fixed clipoard on wsl. 2026-05-12 12:07:12 +02:00
init.lua added treefmt, formatted *everything*. 2026-04-24 19:34:47 +02:00
LICENSE Added Licence. 2026-03-30 14:22:41 +02:00
module.nix nvim venv selector. 2026-04-21 12:40:04 +02:00
README.md fleshed out readme. 2026-03-15 14:53:24 +01:00
treefmt.nix added treefmt, formatted *everything*. 2026-04-24 19:34:47 +02:00

Neovim module

A wrapper around nvim that includes the plugins I use day to day.

to use with home manager or nixos, pass this flake as an input, and then in your config,

imports = [
inputs.nvim-config.nixosModules.neovim
]

(replace nixosModules with homeModules for home manager).

Then, you can just do wrappers.neovim.enable=true; to enable nvim. To enable an option, such as minimal mode (no LSPs), do wrappers.neovim.settings.minimal = true;.