Adding new plugins and updating remaps

This commit is contained in:
2023-06-17 15:08:03 +02:00
parent bc3e769abe
commit 84b1fac333
3 changed files with 33 additions and 0 deletions

View File

@@ -56,4 +56,5 @@ return require('packer').startup(function(use)
}
use 'rcarriga/nvim-notify'
use {'akinsho/bufferline.nvim', tag = "*", requires = 'nvim-tree/nvim-web-devicons'}
use 'andweeb/presence.nvim'
end)