Compare commits

..

1 commit

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

• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/da5ad66' (2026-05-10)
  → 'github:nixos/nixpkgs/d233902' (2026-05-15)
• Updated input 'r-nvim-nix':
    'github:dwinkler1/r_nvim_nix/e54fb57' (2026-05-13)
  → 'github:dwinkler1/r_nvim_nix/2f49dfe' (2026-05-13)
• Updated input 'wrappers':
    'github:BirdeeHub/nix-wrapper-modules/46e7c1e' (2026-05-13)
  → 'github:BirdeeHub/nix-wrapper-modules/a4d6ea2' (2026-05-18)
2026-05-18 07:00:39 +00:00
4 changed files with 11 additions and 12 deletions

6
flake.lock generated
View file

@ -126,11 +126,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1779172953, "lastModified": 1779078555,
"narHash": "sha256-+GFVS5x/04IQVAsvTcv0Hv5LJPtNJz23ZdE96SgSK1Q=", "narHash": "sha256-p18v4DHcVqAUwstamlftM+oMsC2Ca2eWX5rlg8o6W+Q=",
"owner": "BirdeeHub", "owner": "BirdeeHub",
"repo": "nix-wrapper-modules", "repo": "nix-wrapper-modules",
"rev": "7fe1af63a393a5ca5f6964a9627eec2c0acdde2e", "rev": "a4d6ea205928bad051089079edba7a1e35a80a2a",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -105,7 +105,7 @@
forAllSystems = nixpkgs.lib.genAttrs systems; forAllSystems = nixpkgs.lib.genAttrs systems;
extra_pkg_config = { extra_pkg_config = {
allowUnfree = true; # allowUnfree = true;
}; };
overlayDefs = import ./overlays inputs; overlayDefs = import ./overlays inputs;

View file

@ -3,9 +3,10 @@
pkgs, pkgs,
lib, lib,
... ...
}: { }:
{
config.specs.gitPlugins = { config.specs.gitPlugins = {
data = []; data = [ ];
}; };
config.specs.r = { config.specs.r = {
@ -111,9 +112,7 @@
nvim-treesitter-context nvim-treesitter-context
nvim-treesitter-textobjects nvim-treesitter-textobjects
{ {
data = pkgs.codecompanion-nvim.overrideAttrs (old: { data = pkgs.codecompanion-nvim;
doCheck = false;
});
pname = "codecompanion"; pname = "codecompanion";
} }
]; ];
@ -177,6 +176,6 @@
config.specs.gitPlugins-lazy = { config.specs.gitPlugins-lazy = {
lazy = true; lazy = true;
data = []; data = [ ];
}; };
} }

View file

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