Skip to content

Commit 309469f

Browse files
authored
Merge pull request #118 from ryan4yin/astronvim-v4
feat: upgrade astronvim to v4
2 parents a593435 + 0e31ec9 commit 309469f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1056
-691
lines changed

.typos.toml

+1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ binary = false
99
extend-ignore-re = [
1010
"iterm2",
1111
"iHgEIBYKACAWIQSizQe9ljFEyyclWmtVhZllwnQrSwUCZZ1T9wIdAAAKCRBVhZll", # crypto keys
12+
"noice", # noice.nvim
1213
]

Justfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -263,11 +263,11 @@ path:
263263
$env.PATH | split row ":"
264264

265265
nvim-test:
266-
rm -rf $"($env.HOME)/.config/astronvim/lua/user"
267-
rsync -avz --copy-links --chmod=D2755,F744 home/base/desktop/editors/neovim/astronvim_user/ $"($env.HOME)/.config/astronvim/lua/user"
266+
rm -rf $"($env.HOME)/.config/nvim"
267+
rsync -avz --copy-links --chmod=D2755,F744 home/base/tui/editors/neovim/nvim/ $"($env.HOME)/.config/nvim/"
268268

269269
nvim-clean:
270-
rm -rf $"($env.HOME)/.config/astronvim/lua/user"
270+
rm -rf $"($env.HOME)/.config/nvim"
271271

272272
# =================================================
273273
# Emacs related commands
@@ -289,7 +289,7 @@ reload-emacs-cmd := if os() == "macos" {
289289

290290
emacs-test:
291291
rm -rf $"($env.HOME)/.config/doom"
292-
rsync -avz --copy-links --chmod=D2755,F744 home/base/desktop/editors/emacs/doom/ $"($env.HOME)/.config/doom"
292+
rsync -avz --copy-links --chmod=D2755,F744 home/base/tui/editors/emacs/doom/ $"($env.HOME)/.config/doom/"
293293
doom clean
294294
doom sync
295295

flake.lock

-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

-5
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,6 @@
123123

124124
######################## Some non-flake repositories #########################################
125125

126-
# AstroNvim is an aesthetic and feature-rich neovim config.
127-
astronvim = {
128-
url = "github:AstroNvim/AstroNvim/v3.41.2";
129-
flake = false;
130-
};
131126
# doom-emacs is a configuration framework for GNU Emacs.
132127
doomemacs = {
133128
url = "github:doomemacs/doomemacs";

home/base/tui/editors/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ The postfix(flags) in the above commands:
205205
| Show all buffers | `:ls` |
206206
| show next/previous buffer | `]b`/`[b` or `:bn[ext]` / `bp[rev]` |
207207
| New Tab(New Workspace in DoomEmacs) | `:tabnew` |
208-
| Next/Previews Tab | `gt`/`gT` |
208+
| Next/Previews Tab | `gt`/`gy` |
209209

210210
### History
211211

home/base/tui/editors/neovim/astronvim_user/.gitignore

-2
This file was deleted.

home/base/tui/editors/neovim/astronvim_user/.nfnl.fnl

-1
This file was deleted.

0 commit comments

Comments
 (0)