nvim: reorganization and add due: plugin

This commit is contained in:
PowerUser64 2021-09-28 21:59:48 -07:00
parent fe60cfe775
commit 680295eeed
2 changed files with 31 additions and 8 deletions

View file

@ -183,6 +183,12 @@ return require('packer').startup(function()
use { -- tpope: Repeatability for various tpope plugins
'tpope/vim-repeat',
}
use { -- displays 'due: 2d 5h 3m' if there is a date (<12-25>) on the line
'NFrid/due.nvim',
config = function()
require('blake.other').due()
end
}
end)