Compare commits

..

1 commit

Author SHA1 Message Date
github-actions[bot]
b9dbf83c99 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/4bd9165' (2026-04-14)
  → 'github:nixos/nixpkgs/549bd84' (2026-05-05)
• Updated input 'plugins-r':
    'github:R-nvim/R.nvim/b9cfffe' (2026-04-16)
  → 'github:R-nvim/R.nvim/09d6340' (2026-05-04)
• Updated input 'wrappers':
    'github:BirdeeHub/nix-wrapper-modules/f11469c' (2026-04-16)
  → 'github:BirdeeHub/nix-wrapper-modules/dc51840' (2026-05-05)
2026-05-06 06:09:19 +00:00
3 changed files with 18 additions and 20 deletions

13
flake.lock generated
View file

@ -55,27 +55,26 @@
"plugins-r": { "plugins-r": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1776905071, "lastModified": 1777892669,
"narHash": "sha256-dXox6qEs1VDE7vPNDoN8bY4g06uj1IEs6uki72w8lpA=", "narHash": "sha256-FXA1td1E4/Hz7uwvYxvbxDSwOeDPEsP+PD0vO6FQkIU=",
"owner": "R-nvim", "owner": "R-nvim",
"repo": "R.nvim", "repo": "R.nvim",
"rev": "582f2af11290ac067e49018db38e12a511325556", "rev": "09d63401160d202f96630f24febffbb29c71732e",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "R-nvim", "owner": "R-nvim",
"ref": "v0.99.4",
"repo": "R.nvim", "repo": "R.nvim",
"type": "github" "type": "github"
} }
}, },
"rixpkgs": { "rixpkgs": {
"locked": { "locked": {
"lastModified": 1778115084, "lastModified": 1771303851,
"narHash": "sha256-K+Rz+pghAmynE83+e9svnNYsDgPnbEohrcPb6duG5wM=", "narHash": "sha256-tgveHozOJ2D/mi3LxVy/FcmLFDlM5XKZxsNB2XpvzaM=",
"owner": "dwinkler1", "owner": "dwinkler1",
"repo": "rixpkgs", "repo": "rixpkgs",
"rev": "028af91e9161008fce750f3e249afe471a302037", "rev": "af2dd3f7b4b172077747c0869d4e30702fb71b0e",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -20,7 +20,7 @@
}; };
"plugins-r" = { "plugins-r" = {
url = "github:R-nvim/R.nvim/v0.99.4"; url = "github:R-nvim/R.nvim";
flake = false; flake = false;
}; };
@ -59,7 +59,6 @@
broom broom
data_table data_table
janitor janitor
languageserver
styler styler
]; ];
julia = ["DataFramesMeta" "QuackIO"]; julia = ["DataFramesMeta" "QuackIO"];

View file

@ -15,17 +15,17 @@ now_if_args(function()
marksman = { marksman = {
filetypes = { "markdown", "markdown_inline", "codecompanion" }, filetypes = { "markdown", "markdown_inline", "codecompanion" },
}, },
r_language_server = { -- r_language_server = {
filetypes = { 'r', 'rmd', 'rmarkdown' }, -- filetypes = { 'r', 'rmd', 'rmarkdown' },
settings = { -- settings = {
['r_language_server'] = { -- ['r_language_server'] = {
lsp = { -- lsp = {
rich_documentation = true, -- rich_documentation = true,
enable = true, -- enable = true,
}, -- },
}, -- },
} -- }
}, -- },
julials = { julials = {
settings = { settings = {
julia = { julia = {