nvim: plugins: Update the marks repo location

This commit is contained in:
Sanchayan Maity 2022-05-14 08:36:56 +05:30
parent 285d1fb9a9
commit 21944d6bca
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ local init = function ()
use 'lervag/vimtex'
-- Marks and registers
use {
'chentau/marks.nvim',
'chentoast/marks.nvim',
}
use 'andymass/vim-matchup'
use 'christoomey/vim-tmux-navigator'