Turn on real path
This commit is contained in:
parent
b15474edaf
commit
73a3bb044c
@ -9,8 +9,8 @@ from AbstractModule import AbstractModule
|
|||||||
|
|
||||||
|
|
||||||
def get_vim_root():
|
def get_vim_root():
|
||||||
# return Path().home().joinpath(".vim")
|
# return Path(os.getcwd()).joinpath("devenv", ".vim")
|
||||||
return Path(os.getcwd()).joinpath("devenv", ".vim")
|
return Path().home().joinpath(".vim")
|
||||||
|
|
||||||
|
|
||||||
class VimModule(AbstractModule):
|
class VimModule(AbstractModule):
|
||||||
|
Loading…
Reference in New Issue
Block a user