Neovim config with nixCats.
  • Lua 79.1%
  • Nix 20.9%
Find a file
2026-04-21 20:01:16 +02:00
lua overlapping keybind between lsp and iron.nvim 2026-04-21 20:01:16 +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 added mini.nvim, allowing me to remove a bunch of other plugins. 2026-04-18 14:25:26 +02:00
flake.nix nix-wrapper-modules port. Basic modules.nix, gotta port the lua still. 2026-03-11 21:25:25 +01:00
init.lua ported the lua, port is complete, I think. 2026-03-13 15:47:42 +01: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

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;.