diff --git a/flake.lock b/flake.lock index 83ccd9a..43de4b3 100644 --- a/flake.lock +++ b/flake.lock @@ -126,11 +126,11 @@ ] }, "locked": { - "lastModified": 1779172953, - "narHash": "sha256-+GFVS5x/04IQVAsvTcv0Hv5LJPtNJz23ZdE96SgSK1Q=", + "lastModified": 1779078555, + "narHash": "sha256-p18v4DHcVqAUwstamlftM+oMsC2Ca2eWX5rlg8o6W+Q=", "owner": "BirdeeHub", "repo": "nix-wrapper-modules", - "rev": "7fe1af63a393a5ca5f6964a9627eec2c0acdde2e", + "rev": "a4d6ea205928bad051089079edba7a1e35a80a2a", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index fa1140a..1ffa69a 100644 --- a/flake.nix +++ b/flake.nix @@ -105,7 +105,7 @@ forAllSystems = nixpkgs.lib.genAttrs systems; extra_pkg_config = { - allowUnfree = true; + # allowUnfree = true; }; overlayDefs = import ./overlays inputs; diff --git a/modules/module/specs/plugins.nix b/modules/module/specs/plugins.nix index 431005d..ca8d970 100644 --- a/modules/module/specs/plugins.nix +++ b/modules/module/specs/plugins.nix @@ -3,9 +3,10 @@ pkgs, lib, ... -}: { +}: +{ config.specs.gitPlugins = { - data = []; + data = [ ]; }; config.specs.r = { @@ -111,9 +112,7 @@ nvim-treesitter-context nvim-treesitter-textobjects { - data = pkgs.codecompanion-nvim.overrideAttrs (old: { - doCheck = false; - }); + data = pkgs.codecompanion-nvim; pname = "codecompanion"; } ]; @@ -177,6 +176,6 @@ config.specs.gitPlugins-lazy = { lazy = true; - data = []; + data = [ ]; }; } diff --git a/plugin/25_lsp.lua b/plugin/25_lsp.lua index f3c4c50..9591da3 100644 --- a/plugin/25_lsp.lua +++ b/plugin/25_lsp.lua @@ -15,10 +15,10 @@ now_if_args(function() marksman = { filetypes = { "markdown", "markdown_inline", "codecompanion" }, }, - r_ls = { + r_language_server = { filetypes = { 'r', 'rmd', 'rmarkdown' }, settings = { - ['r_ls'] = { + ['r_language_server'] = { lsp = { rich_documentation = true, enable = true,