nvim: better nvimtree keybinds

TODO: add a bind to open it
This commit is contained in:
PowerUser64 2021-10-06 23:24:33 -07:00
parent 3cec380a34
commit 53d7246381
3 changed files with 71 additions and 60 deletions

View file

@ -183,12 +183,6 @@ 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)