This plugin is a way of creating/deleting files/folders without needing to open a file explorer.
Using [vim-plug](/~https://github.com/junegunn/vim-plug
Plug 'aikooo7/funnyfiles.nvim'
Using dein
call dein#add('aikooo7/funnyfiles.nvim')
Using packer.nvim
use {
'aikooo7/funnyfiles.nvim',
}
Using lazy.nvim
-- init.lua:
{
'aikooo7/funnyfiles.nvim',
}
-- plugins/funnyfiles.lua:
return {
'aikooo7/funnyfiles.nvim'
}
Then run :help funnyfiles