Neovim config with nixCats.
Find a file
2026-03-16 00:53:25 +01:00
lua added go LSP support, I think. 2026-03-16 00:53:25 +01: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 formatter for nix, nixd was not working. 2026-03-15 18:05:50 +01: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
module.nix added go LSP support, I think. 2026-03-16 00:53:25 +01: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;.