feat: add python path to options
This commit is contained in:
parent
ae6bfc00ba
commit
f019253e4a
1 changed files with 2 additions and 0 deletions
|
|
@ -26,3 +26,5 @@ vim.opt.updatetime = 100
|
||||||
|
|
||||||
vim.opt.list = true
|
vim.opt.list = true
|
||||||
vim.opt.listchars = "tab:» ,extends:›,precedes:‹,nbsp:·,trail:·"
|
vim.opt.listchars = "tab:» ,extends:›,precedes:‹,nbsp:·,trail:·"
|
||||||
|
|
||||||
|
vim.g.python3_host_prog = "/usr/bin/python3"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue