aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/nvim/after/plugin/autocmds.lua
Commit message (Collapse)AuthorAgeFilesLines
* style(nvim): replace verbose kickstart comments with concise onesLibravatar sommerfeld42 hours1-9/+2
| | | | | Multi-line tutorial comments explaining CursorHold and inlay hints are unnecessary for the config author. Replaced with one-liners.
* refactor(nvim): remove LSP mappings now default in 0.12Libravatar sommerfeld42 hours1-5/+0
| | | | | | Remove gra (code_action) and <leader>cl (codelens.run) mappings. Neovim 0.12 provides these as gra and grx defaults respectively. Also remove unused nvmap helper function.
* feat(nvim): enable treesitter foldexprLibravatar sommerfeld42 hours1-1/+1
| | | | | | Uncomment vim.treesitter.foldexpr() which is well-supported in 0.12. Folding remains disabled by default (foldenable=false) so this only takes effect when explicitly enabled per-buffer.
* Add a lot of changesLibravatar sommerfeld2025-09-111-96/+188
|
* first commitLibravatar Arnold Sommerfeld2023-10-181-0/+137