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": {
"flake": false,
"locked": {
"lastModified": 1776905071,
"narHash": "sha256-dXox6qEs1VDE7vPNDoN8bY4g06uj1IEs6uki72w8lpA=",
"lastModified": 1777892669,
"narHash": "sha256-FXA1td1E4/Hz7uwvYxvbxDSwOeDPEsP+PD0vO6FQkIU=",
"owner": "R-nvim",
"repo": "R.nvim",
"rev": "582f2af11290ac067e49018db38e12a511325556",
"rev": "09d63401160d202f96630f24febffbb29c71732e",
"type": "github"
},
"original": {
"owner": "R-nvim",
"ref": "v0.99.4",
"repo": "R.nvim",
"type": "github"
}
},
"rixpkgs": {
"locked": {
"lastModified": 1778115084,
"narHash": "sha256-K+Rz+pghAmynE83+e9svnNYsDgPnbEohrcPb6duG5wM=",
"lastModified": 1771303851,
"narHash": "sha256-tgveHozOJ2D/mi3LxVy/FcmLFDlM5XKZxsNB2XpvzaM=",
"owner": "dwinkler1",
"repo": "rixpkgs",
"rev": "028af91e9161008fce750f3e249afe471a302037",
"rev": "af2dd3f7b4b172077747c0869d4e30702fb71b0e",
"type": "github"
},
"original": {

View file

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

View file

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