LazyVim.LazyVim/lua/lazyvim/util
Iordanis Petkakis 1a295c5ef8
fix(statuscolumn): %r deprecated in nightly and %l handles everything (#3719)
## What is this PR for?

Fix correctly showing relative numbers in `statuscolumn` after recent
breaking changes on
[nightly](https://github.com/neovim/neovim/pull/29357).

Please feel free to disregard this PR if a better solution is possible.
<!-- Describe the big picture of your changes to communicate to the
maintainers
  why we should accept this pull request. -->

## Does this PR fix an existing issue?
Fixes #3721 
<!--
  If this PR fixes any issues, please link to the issue here.
  Fixes #<issue_number>
-->

## Checklist

- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.
2024-06-18 18:42:34 +02:00
..
cmp.lua fix(cmp): visible 2024-06-16 15:30:44 +02:00
extras.lua refactor: LazyVim.config 2024-06-16 15:35:38 +02:00
format.lua feat: use LazyVim everywhere instead of require("lazyvim.util") 2024-03-22 09:15:09 +01:00
init.lua refactor(util): use available get_plugin() function (#3687) 2024-06-16 09:06:53 +02:00
inject.lua feat(util): set_upvalue 2024-05-16 21:25:51 +02:00
json.lua refactor: LazyVim.config 2024-06-16 15:35:38 +02:00
lazygit.lua fix(git): removed debug info 2024-06-17 19:53:30 +02:00
lsp.lua fix(lsp): dont highlight document words when cmp is visible 2024-06-16 15:17:56 +02:00
lualine.lua refactor: LazyVim.config 2024-06-16 15:35:38 +02:00
mini.lua feat(mini.pairs): enable mini.pairs in the cmdline 2024-06-16 10:33:20 +02:00
news.lua refactor: LazyVim.config 2024-06-16 15:35:38 +02:00
pick.lua fix(pick): remove the unused commands attribute (#3673) 2024-06-15 18:54:39 +02:00
plugin.lua fix(extras): better reasons as to why some extras are included in your config. 2024-06-14 11:14:00 +02:00
root.lua feat(extras): added fzf-lua (#3555) 2024-06-10 21:58:33 +02:00
terminal.lua fix(terminal): make gf behave. Fixes #3335 2024-05-27 17:38:51 +02:00
toggle.lua fix(toggle): slightly better maximize 2024-06-05 07:40:28 +02:00
ui.lua fix(statuscolumn): %r deprecated in nightly and %l handles everything (#3719) 2024-06-18 18:42:34 +02:00