| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Comment referenced vim-sneak plugin which is not installed. The semicolon
mapping is active and has been since the plugin was removed. Also had a
"to to" typo.
|
| |
|
|
|
| |
Multi-line tutorial comments explaining CursorHold and inlay hints
are unnecessary for the config author. Replaced with one-liners.
|
| |
|
|
|
| |
The mapping has a literal rhs string, not an expression. The expr
flag caused the rhs to be evaluated as a vimscript expression.
|
| |
|
|
|
| |
vim.b.undo_ftplugin may be nil when no upstream ftplugin sets it,
causing a nil concatenation error.
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|