Skip to content

Neovim plugin to created and delete files and folders without a file explorer.

License

Notifications You must be signed in to change notification settings

aikooo7/funnyfiles.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this plugin?

This plugin is a way of creating/deleting files/folders without needing to open a file explorer.

plugin demonstration

How to get started

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

About

Neovim plugin to created and delete files and folders without a file explorer.

Resources

License

Stars

Watchers

Forks

Packages

No packages published