parent
7a52fc6beb
commit
0861880a20
8 changed files with 160 additions and 138 deletions
common/home/neovim/langs
|
@ -1,8 +1,7 @@
|
|||
{
|
||||
basedpyrightPkgs,
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
basedpyright,
|
||||
...
|
||||
}: let
|
||||
inherit (config.vars) neovimIde;
|
||||
|
@ -13,7 +12,7 @@ in
|
|||
withPython3 = true;
|
||||
|
||||
extraPackages = [
|
||||
basedpyright.legacyPackages.${pkgs.system}.basedpyright
|
||||
basedpyrightPkgs.basedpyright
|
||||
];
|
||||
|
||||
extraLuaConfig =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue