Skip to content

thjbdvlt/frolicd.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

frolicd.nvim

frolicd integration in neovim.

installation

just install it as any other neovim plugin, then require it and map any key to its main and only function:

require'frolicd`
vim.api.nvim_set_keymap(
    'n',
    '-',
    ':lua Frolicd()<cr>',
    {noremap = true, silent = true}
)

if you want to use frolicd instead of netrw when neovim is launched with nvim $x where $x is a directory, replace require'frolicd' with:

require'frolicd`.setup()

About

frolic through directories in neovim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages