Skip to content

Commit a8af05c

Browse files
committed
...
1 parent 48a20d0 commit a8af05c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

misc/content/2022/10/tips-on-neovim/tips-on-neovim.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Status: published
22
Date: 2022-10-16 19:54:05
3-
Modified: 2023-01-08 18:40:13
3+
Modified: 2025-05-15 00:26:51
44
Author: Benjamin Du
55
Slug: tips-on-neovim
66
Title: Tips on NeoVim
@@ -19,9 +19,11 @@ You can install the latest stable version of neovim using the command below.
1919

2020
## Tips and Traps
2121

22-
1. [AstroNvim](https://github.com/AstroNvim/AstroNvim) is a great configuration for NeoVim.
22+
1. AppImage is a good way to install the latest version of NeoVim.
2323

24-
1. NeoVim with a complicated configuration (e.g., AstroNvim, SpaceVim, etc)
24+
2. [AstroNvim](https://github.com/AstroNvim/AstroNvim) is a great configuration for NeoVim.
25+
26+
3. NeoVim with a complicated configuration (e.g., AstroNvim, SpaceVim, etc)
2527
might be too slow when editing a large (>50M) text file.
2628
One trick helps is to disable plugins when editing large files.
2729
For example,

0 commit comments

Comments
 (0)