mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-28 03:30:12 +02:00
R.lua make R output themed by neovim theme (#3416)
This commit is contained in:
parent
b2858a297a
commit
595069d501
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ return {
|
|||
pdfviewer = ""
|
||||
},
|
||||
config = function(_, opts)
|
||||
vim.g.rout_follow_colorscheme = true
|
||||
require("r").setup(opts)
|
||||
require("r.pdf.generic").open = vim.ui.open
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue