Neovim config with nixCats.
  • Lua 79.3%
  • Nix 20.7%
Find a file
2026-06-03 09:19:08 +00:00
lua only toggle virtual text if LSP is enabled. 2026-06-03 09:19:08 +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 unset modelines. 2026-06-02 08:23:03 +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 render-markdown. 2026-06-02 16:11:31 +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;.