No description
  • Lua 85.6%
  • Typst 13.1%
  • Tree-sitter Query 1.3%
Find a file
2026-09-25 11:08:58 +02:00
after/ftplugin stop text files reflowing on every keystroke 2026-09-14 09:54:50 +02:00
lsp make the whole repo stylua-clean 2026-09-09 13:21:15 +02:00
lua claude suggestions default to off 2026-09-11 22:34:35 +02:00
queries use agrolens's new jump feature and add treesitter for ipam/brands 2024-01-19 11:06:00 +01:00
snippets Switch to 0.12 config 2026-04-07 07:16:43 +02:00
.gitignore add cheatsheet.pdf too 2026-09-25 11:08:58 +02:00
.luarc.jsonc Convert luarc to jsonc 2025-12-07 20:30:06 +01:00
CHEATSHEET.pdf add cheatsheet.pdf too 2026-09-25 11:08:58 +02:00
CHEATSHEET.typ add claude code suggestions 2026-09-11 09:07:12 +02:00
init.lua use own marks and add a hide in width functions for status line 2026-04-25 08:47:14 +02:00
LICENSE Update license 2025-07-30 07:10:25 +02:00
MANUAL.md fix typo and add notice in README.md too 2026-09-25 11:08:02 +02:00
nvim-pack-lock.json add claude code suggestions 2026-09-11 09:07:12 +02:00
README.md fix typo and add notice in README.md too 2026-09-25 11:08:02 +02:00
stylua.toml Use 4 spaces 2023-04-03 10:25:02 +02:00

nvim config (tested with 0.12, 0.13)

This Neovim setup is (almost exclusively) made by Kim Gert Nielsen (https://github.com/desdic/neovim) I made some personal adjustments to it and some documentation, mostly to get an overview of what all of his setup can actually do.

  • MANUAL.md — the full reference: options, plugins, every keybinding.
  • CHEATSHEET.typ — a one-page summary. Build it with:
typst compile CHEATSHEET.typ CHEATSHEET.pdf
typst compile --format svg CHEATSHEET.typ CHEATSHEET.svg