Skip to content

Commit

Permalink
Update Neovim.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpchen authored Mar 12, 2024
1 parent af07271 commit 9fc4624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/document/Articles/docs/Neovim.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require("lazy").setup({})
-- ~/.config/nvim/init.lua

require("sharpchen")
require("sharpchen.lazy") // [!code++]
require("sharpchen.lazy") // [!code ++]
```

## Organize plugins
Expand Down Expand Up @@ -72,5 +72,5 @@ if not vim.loop.fs_stat(lazypath) then
end
vim.opt.rtp:prepend(lazypath)

require("lazy").setup("sharpchen.plugins") // ![code ++]
require("lazy").setup("sharpchen.plugins") // [!code ++]
```

0 comments on commit 9fc4624

Please sign in to comment.