Compare commits

...

2 Commits

Author SHA1 Message Date
6210f50a3e bugfix: indentation 2024-01-17 17:32:13 +01:00
91a3a31102 added discord RPC 2024-01-17 17:31:59 +01:00
2 changed files with 4 additions and 1 deletions

View File

@ -52,6 +52,9 @@ vim.opt.rtp:prepend(lazypath)
-- [[ Configure plugins ]]
require('lazy').setup({
-- Discord RPC
'andweeb/presence.nvim',
-- Practice games
'ThePrimeagen/vim-be-good',