This is my private neovim config.
Here is a list of somewhat unique things about this config:
- 17-22ms startup time
- No status column (no line numbers)
- No autocompletion plugin (use nvim-builtin)
- small.nvim: my collection of plugins
- Treesitter queries:
- In lua, conceal specific keywords
- In hyprlang, inject bash highlights into shell code
- Auto sync terminal background with neovim background