add diffview plugin
- Id
- b92ec9b2157ead37e28bc1098a40f3bcdcc5d867
- Author
- Caio
- Commit time
- 2023-02-16T17:56:34+01:00
Modified config/nvim/lua/plugins.lua
]]
}
+ use {
+ 'sindrets/diffview.nvim',
+ requires = 'nvim-lua/plenary.nvim'
+ }
+
-- autocomplete
use {
'hrsh7th/nvim-cmp',