Skip to content

tenfyzhong/nvim-F

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nvim-F

F is a command which to call fish shell functions/commands for neovim.

vim can't call a function in ':!' format, because ':!' only run the command in the $PATH.

F is a command like '!', but can call a function.

install

Use a plugin manager like lazy.nvim.

{
    'tenfyzhong/nvim-F',
    config = function()
        require('f').setup({})
    end
}

Usage

:F <function/command options>

eg:

:F echo hello world

About

F is a command which to call fish shell functions/commands for neovim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages