Skip to content

Commit

Permalink
fix(user_plugins): fix comment (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 authored Oct 17, 2023
1 parent 9f77328 commit c9741f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lua/plugins/users_sample.lua
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,14 @@
-- config = lua_config("Pocco81/auto-save.nvim"),
-- keys = lua_keys("Pocco81/auto-save.nvim"),
-- },
-- Terminal({
-- -- Terminal
-- {
-- "akinsho/toggleterm.nvim",
-- version = "*",
-- event = { VeryLazy, CmdlineEnter },
-- config = lua_config("akinsho/toggleterm.nvim"),
-- keys = lua_keys("akinsho/toggleterm.nvim"),
-- }),
-- },
-- -- Generate documents
-- {
-- "danymat/neogen",
Expand Down

0 comments on commit c9741f2

Please sign in to comment.