How to get stdpath("data") in coc-settings.json? #4645
-
How to get stdpath("data") in coc-settings.json? |
Beta Was this translation helpful? Give feedback.
Answered by
fannheyward
May 22, 2023
Replies: 3 comments 1 reply
-
Does coc-settings.json has any predefined variables? |
Beta Was this translation helpful? Give feedback.
1 reply
-
coc.nvim didn't support to expand You can use
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hh02
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
coc.nvim didn't support to expand
stdpath
for now.You can use
env
:VIM_STDPATH_DATA
env:VIM_STDPATH_DATA
in your coc-settings.json, coc.nvim will expand this to the real value.