Neovim config with nixCats.
  • Lua 80.2%
  • Nix 19.8%
Find a file
2026-06-16 11:36:26 +00:00
lua highlight QUESTION and WHY comments. 2026-06-16 11:36:26 +00: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 codesettings.nvim to read lsp settings files. 2026-06-15 14:21:07 +00: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 added codesettings.nvim to read lsp settings files. 2026-06-15 14:21:07 +00:00
README.md added lsp virtual lines. 2026-05-29 10:13:42 +00: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;.