Add templating

This commit is contained in:
linarphy 2024-05-25 00:04:46 +02:00
parent 93e3f58970
commit 6a5326d03d
No known key found for this signature in database
GPG key ID: B914FF3FE69AA363

View file

@ -1,5 +1,5 @@
local Paths = {}
Paths.python = '/home/linarphy/.local/share/python/neovim/bin/'
Paths.python = '{{- .neovim.python -}}'
return Paths