Compare commits

..

4 Commits

Author SHA1 Message Date
d1669264e0 Merge branch 'master' of https://github.com/Baipyrus/nvim-config 2024-01-10 19:52:59 +01:00
a9a84de5ab install ThePrimeagen's practice games 2024-01-10 19:52:00 +01:00
Baipyrus
318b036a44
Merge branch 'nvim-lua:master' into master 2024-01-10 16:35:26 +01:00
Sreejith I V
2510c29d62
Removed duplicate line (#583) 2024-01-10 09:36:33 -05:00

View File

@ -52,6 +52,9 @@ vim.opt.rtp:prepend(lazypath)
-- [[ Configure plugins ]]
require('lazy').setup({
-- Practice games
'ThePrimeagen/vim-be-good',
-- Git related plugins
'tpope/vim-fugitive',
'tpope/vim-rhubarb',