From 27c045bc9debc899b66723643682981b086aad88 Mon Sep 17 00:00:00 2001 From: Soliprem Date: Tue, 24 Sep 2024 12:59:42 +0200 Subject: [PATCH 1/2] added changelog entry --- docs/release-notes/rl-0.7.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/release-notes/rl-0.7.md b/docs/release-notes/rl-0.7.md index cf250e07..efb2da91 100644 --- a/docs/release-notes/rl-0.7.md +++ b/docs/release-notes/rl-0.7.md @@ -108,6 +108,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 = '' })` to your @@ -191,3 +192,9 @@ everyone. - Telescope: - Fixed `project-nvim` command and keybinding - Added default ikeybind/command for `Telescope resume` (`fr`) + +[Soliprem](https://github.com/Soliprem) + +- R: + - Added LSP + - Added Treesitter From cd88f116bcac7dc8e46fbeab6c6068b614451bcf Mon Sep 17 00:00:00 2001 From: raf Date: Tue, 24 Sep 2024 11:58:51 +0000 Subject: [PATCH 2/2] docs: wording --- docs/release-notes/rl-0.7.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/release-notes/rl-0.7.md b/docs/release-notes/rl-0.7.md index efb2da91..7fd48768 100644 --- a/docs/release-notes/rl-0.7.md +++ b/docs/release-notes/rl-0.7.md @@ -195,6 +195,4 @@ everyone. [Soliprem](https://github.com/Soliprem) -- R: - - Added LSP - - Added Treesitter +- Add LSP and Treesitter support for R under `vim.languages.R`.