Skip to content

Commit 2b6443f

Browse files
committed
Corrected text 🐞
1 parent 628aaaf commit 2b6443f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/outro/lazy-migration-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Oh, will you fight that feeling in your heart?
7878
~~~admonish example title="extensions/init.lua"
7979
新しく`plugins`という **local変数** を置きます。中身はまだ、からっぽでへーきです😉
8080
81-
この節で示すコードは全部ここに入れていきます😌
81+
前節で退避させたプラグインのリストは、全部ここに入れていきます😌
8282
8383
```lua
8484
local plugins = {

src/outro/lazy.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ vim.opt.rtp:prepend(lazypath)
255255
256256
```lua
257257
require("lazy").setup()
258-
259258
```
260259
~~~
261260

@@ -459,9 +458,9 @@ local opts = {
459458
Luaファイルをバイトコンパイルしてキャッシュする新しい実験的な`vim.loader`を追加。
460459
この新しいローダーを有効にするには、`init.lua`の先頭に以下を追加します。
461460
462-
```lua
463-
vim.loader.enable()
464-
```
461+
```lua
462+
vim.loader.enable()
463+
```
465464
~~~
466465

467466
これはもう素直に、トップのトップに追加しておきましょう😌

0 commit comments

Comments
 (0)