Fix Astronvim to use the new format
This commit is contained in:
parent
d9fbe53af8
commit
98a2305384
2 changed files with 1 additions and 6 deletions
|
@ -363,8 +363,5 @@
|
||||||
|
|
||||||
### NVIM
|
### NVIM
|
||||||
[".config/nvim"]
|
[".config/nvim"]
|
||||||
type = "git-repo"
|
|
||||||
url = "https://github.com/AstroNvim/AstroNvim.git"
|
|
||||||
[".config/nvim/lua/user"]
|
|
||||||
type = "git-repo"
|
type = "git-repo"
|
||||||
url = "https://github.com/megabyte-labs/AstronVim.git"
|
url = "https://github.com/megabyte-labs/AstronVim.git"
|
||||||
|
|
|
@ -623,9 +623,7 @@ softwarePackages:
|
||||||
_name: AstroNvim
|
_name: AstroNvim
|
||||||
_post: |
|
_post: |
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# TODO
|
bash -ci "nvim --headless +q"
|
||||||
echo "Waiting on command that installs nvim plugins"
|
|
||||||
# bash -ci "nvim --headless -c 'quitall'"
|
|
||||||
_short: "AstroNvim is a plugin for Neovim that provides astronomy-related features and tools for users interested in astronomy while coding. "
|
_short: "AstroNvim is a plugin for Neovim that provides astronomy-related features and tools for users interested in astronomy while coding. "
|
||||||
atuin:
|
atuin:
|
||||||
_bin: atuin
|
_bin: atuin
|
||||||
|
|
Loading…
Reference in a new issue