nvim: reorganization and add due: plugin
This commit is contained in:
parent
fe60cfe775
commit
680295eeed
2 changed files with 31 additions and 8 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue