mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00: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 = ""
|
pdfviewer = ""
|
||||||
},
|
},
|
||||||
config = function(_, opts)
|
config = function(_, opts)
|
||||||
|
vim.g.rout_follow_colorscheme = true
|
||||||
require("r").setup(opts)
|
require("r").setup(opts)
|
||||||
require("r.pdf.generic").open = vim.ui.open
|
require("r.pdf.generic").open = vim.ui.open
|
||||||
end,
|
end,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue