Add templating
This commit is contained in:
parent
93e3f58970
commit
6a5326d03d
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
local Paths = {}
|
local Paths = {}
|
||||||
|
|
||||||
Paths.python = '/home/linarphy/.local/share/python/neovim/bin/'
|
Paths.python = '{{- .neovim.python -}}'
|
||||||
|
|
||||||
return Paths
|
return Paths
|
||||||
|
|
Loading…
Reference in a new issue