vim-plug icon indicating copy to clipboard operation
vim-plug copied to clipboard

post-update hook error lua

Open 0rtz opened this issue 1 year ago • 1 comments

Hello, can not run post-update hook with the following installation https://github.com/EdenEast/nightfox.nvim/issues/203#issue-1355923330. Trying to call a command which defined as:

command! NightfoxCompile lua require('nightfox').compile()

Can it be a problem that it is mapped to a lua function?

version:

NVIM v0.7.2
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by builduser

Features: +acl +iconv +tui
See ":help feature-compile"

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/usr/share/nvim"
  • Type:
    • [ ] Bug
    • [ ] Enhancement
    • [ ] Feature Request
    • [x] Question
  • OS:
    • [ ] All/Other
    • [x] Linux
    • [ ] OS X
    • [ ] Windows
  • Vim:
    • [ ] Terminal Vim
    • [ ] GVim
    • [x] Neovim

0rtz avatar Aug 30 '22 20:08 0rtz

Calling :NightfoxCompile explicitly after install from neovim works without error

0rtz avatar Aug 30 '22 20:08 0rtz