No description
- Lua 85.6%
- Typst 13.1%
- Tree-sitter Query 1.3%
| after/ftplugin | ||
| lsp | ||
| lua | ||
| queries | ||
| snippets | ||
| .gitignore | ||
| .luarc.jsonc | ||
| CHEATSHEET.pdf | ||
| CHEATSHEET.typ | ||
| init.lua | ||
| LICENSE | ||
| MANUAL.md | ||
| nvim-pack-lock.json | ||
| README.md | ||
| stylua.toml | ||
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