You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added this line to my vim.lua (using Packer as plugin manager): use 'pianocomposer321/project-templates.nvim' -- File/Project templates
Then I installed it using :PackerInstall that seemed to work properly. I restarted nvim and finally tried to invoke any of this plugin function, but nvim does not recognize it....
I checked that :echo ('python3') returned value 1 and installed binaryornot using pip, as you explained in the README. Using messages command, nvim does not returning any error
I am using nvim 0.7 and all plugins recently updated after install yours.
I noticed that yours is a vimrc plugin (not lua) but IDN if this is the reason (i am using a .lua config file for nvim)
The text was updated successfully, but these errors were encountered:
I have added this line to my vim.lua (using Packer as plugin manager):
use 'pianocomposer321/project-templates.nvim' -- File/Project templates
Then I installed it using
:PackerInstall
that seemed to work properly. I restarted nvim and finally tried to invoke any of this plugin function, but nvim does not recognize it....I checked that
:echo ('python3')
returned value1
and installedbinaryornot
using pip, as you explained in the README. Usingmessages
command, nvim does not returning any errorI am using
nvim 0.7
and all plugins recently updated after install yours.I noticed that yours is a vimrc plugin (not lua) but IDN if this is the reason (i am using a .lua config file for nvim)
The text was updated successfully, but these errors were encountered: