We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56be4b8 commit d8f68c8Copy full SHA for d8f68c8
init.lua
@@ -247,6 +247,11 @@ rtp:prepend(lazypath)
247
-- NOTE: Here is where you install your plugins.
248
require('lazy').setup({
249
-- 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
+
255
'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
256
257
-- NOTE: Plugins can also be added by using a table,
0 commit comments