| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
The mapping has a literal rhs string, not an expression. The expr
flag caused the rhs to be evaluated as a vimscript expression.
|
| |
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|