nvim-linefly icon indicating copy to clipboard operation
nvim-linefly copied to clipboard

Use 'vim.system' to obtain git branch name (for Neovim 0.10 and later)

Open bluz71 opened this issue 1 year ago • 0 comments

Neovim 0.10 provides a new vim.system function.

This should be used instead of io.popen here for modern versions of Neovim.

bluz71 avatar Sep 09 '23 05:09 bluz71