feat: updates to make it work
This commit is contained in:
@@ -15,7 +15,6 @@ class Neovim(decman.Module):
|
||||
"lua-language-server",
|
||||
"tree-sitter",
|
||||
"tree-sitter-cli",
|
||||
"shell-color-scripts-git",
|
||||
"stylua",
|
||||
}
|
||||
|
||||
@@ -24,5 +23,4 @@ class Neovim(decman.Module):
|
||||
|
||||
@aur.packages
|
||||
def aurpkgs(self) -> set[str]:
|
||||
# Consider switching to WiVRN
|
||||
return {"bs-manager-bin", "alvr-bin"}
|
||||
return {"shell-color-scripts-git", "nvimpager"}
|
||||
|
||||
Reference in New Issue
Block a user