Skip to content

Commit d8f68c8

Browse files
committed
Install VimBeGood
1 parent 56be4b8 commit d8f68c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

init.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,11 @@ rtp:prepend(lazypath)
247247
-- NOTE: Here is where you install your plugins.
248248
require('lazy').setup({
249249
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
250+
{
251+
'ThePrimeagen/vim-be-good',
252+
cmd = 'VimBeGood',
253+
},
254+
250255
'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
251256

252257
-- NOTE: Plugins can also be added by using a table,

0 commit comments

Comments
 (0)