Describe the problem or limitation you are having
Hello, this plugin is great. I am trying to find out how to customize the template file without changing the plugin's native template file.
Describe the solution you'd like
Currently I can only use custom templates by changing the contents of ~/.local/share/nvim/lazy/cmake-tools.nvim/lua/cmake-tools/quickstart/templates/exec/cpp/CMakeLists.txt.etlua.
Can I customize CMakeLists.txt.etlua and main.lua in the configuration file and override the plugin's native templates without modifying the plugin itself?
I like CMakeQuickStart but would like to be able to use my own templates.
Describe alternatives you've considered
Additional context
I use lazyvim
Describe the problem or limitation you are having
Hello, this plugin is great. I am trying to find out how to customize the template file without changing the plugin's native template file.
Describe the solution you'd like
Currently I can only use custom templates by changing the contents of ~/.local/share/nvim/lazy/cmake-tools.nvim/lua/cmake-tools/quickstart/templates/exec/cpp/CMakeLists.txt.etlua.
Can I customize CMakeLists.txt.etlua and main.lua in the configuration file and override the plugin's native templates without modifying the plugin itself?
I like CMakeQuickStart but would like to be able to use my own templates.
Describe alternatives you've considered
Additional context
I use lazyvim