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)
I have added this line to my vim.lua (using Packer as plugin manager):
use 'pianocomposer321/project-templates.nvim' -- File/Project templatesThen I installed it using
:PackerInstallthat 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 value1and installedbinaryornotusing pip, as you explained in the README. Usingmessagescommand, nvim does not returning any errorI am using
nvim 0.7and 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)