Add path variable
This commit is contained in:
parent
93704c7c85
commit
93e3f58970
1 changed files with 5 additions and 0 deletions
5
private_dot_config/nvim/lua/variables/paths.lua.tmpl
Normal file
5
private_dot_config/nvim/lua/variables/paths.lua.tmpl
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
local Paths = {}
|
||||||
|
|
||||||
|
Paths.python = '/home/linarphy/.local/share/python/neovim/bin/'
|
||||||
|
|
||||||
|
return Paths
|
Loading…
Reference in a new issue