feat(xdg spec): use $XDG_DATA_HOME by default #38
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Seems the sm-agent binary still create the ~/.supermaven/config.json, sm-agent will need to be updated upstream
close #37
@sm-victorw can you please merge this? Would also be great if
sm-agentcreated the config in the proper location (~/.config/supermaven/config.json) instead of~/.supermaven.@ -134,7 +112,15 @@ endfunction BinaryFetcher:local_binary_parent_path()local home_dir = self.homedirWon't
home_diralways benil? Later we attempt to concatenate this indir = home_dir .. "/.supermaven"@ -134,7 +112,15 @@ endfunction BinaryFetcher:local_binary_parent_path()local home_dir = self.homedirtotally sorry, i must have forgotten about changing to nil at the start of writing this
@ -134,7 +112,15 @@ endfunction BinaryFetcher:local_binary_parent_path()local home_dir = self.homediri undo my change to the initialization of self.homedir
@sm-victorw since it's not open source and there's no way to contribute, can you tell if there are any plans to change sm-agent to use XDG location as well?