Merge branch 'main' into v0.7

This commit is contained in:
raf 2024-09-26 14:44:26 +00:00 committed by GitHub
commit a6c879e8a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 96 additions and 11 deletions

View file

@ -131,6 +131,7 @@ everyone.
plugin's options can now be found under `indentBlankline.setupOpts`, the
previous iteration of the module also included out of place/broken options,
which have been removed for the time being. These are:
- `listChar` - this was already unused
- `fillChar` - this had nothing to do with the plugin, please configure it
yourself by adding `vim.opt.listchars:append({ space = '<char>' })` to your
@ -216,3 +217,7 @@ everyone.
- Telescope:
- Fixed `project-nvim` command and keybinding
- Added default ikeybind/command for `Telescope resume` (`<leader>fr`)
[Soliprem](https://github.com/Soliprem)
- Add LSP and Treesitter support for R under `vim.languages.R`.