-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9249daa
commit 9e89c9f
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule nixos
updated
62 files
Submodule user
updated
from fb6c4d to a19b2f
Submodule nvim
updated
8 files
+39 −0 | CHANGELOG.md | |
+11 −11 | lua/astronvim/lazy_snapshot.lua | |
+18 −10 | lua/astronvim/plugins/_astrolsp_autocmds.lua | |
+12 −6 | lua/astronvim/plugins/alpha.lua | |
+1 −0 | lua/astronvim/plugins/cmp_luasnip.lua | |
+1 −0 | lua/astronvim/plugins/telescope.lua | |
+0 −1 | lua/astronvim/plugins/which-key.lua | |
+1 −1 | version.txt |
Submodule .oh-my-bash
updated
23 files
+2 −1 | LICENSE.md | |
+1 −0 | aliases/README.md | |
+1 −5 | aliases/cargo.aliases.md | |
+0 −0 | aliases/cargo.aliases.sh | |
+8 −0 | completions/asdf.completion.sh | |
+1 −1 | completions/tmux.completion.sh | |
+207 −0 | lib/cli.bash | |
+31 −0 | lib/omb-prompt-base.sh | |
+60 −8 | lib/utils.sh | |
+3 −1 | plugins/README.md | |
+29 −0 | plugins/asdf/README.md | |
+35 −0 | plugins/asdf/asdf.plugin.sh | |
+25 −0 | plugins/dotnet/README.md | |
+55 −0 | plugins/dotnet/dotnet.plugin.sh | |
+9 −0 | plugins/rbenv/README.md | |
+9 −0 | plugins/rbenv/rbenv.plugin.sh | |
+4 −0 | themes/THEMES.md | |
+5 −2 | themes/ht/ht.theme.sh | |
+9 −4 | themes/powerline-icon/powerline-icon.base.sh | |
+5 −0 | themes/powerline-icon/powerline-icon.theme.sh | |
+6 −0 | themes/powerline-wizard/README.md | |
+ − | themes/powerline-wizard/powerline-wizard-dark.png | |
+59 −0 | themes/powerline-wizard/powerline-wizard.theme.sh |