Exafunction / codeium.vim

Free, ultrafast Copilot alternative for Vim and Neovim
https://codeium.com
MIT License
3.72k stars 127 forks source link

ConfigDir should respect $XDG_CONFIG_HOME #24

Closed ragu-manjegowda closed 1 year ago

ragu-manjegowda commented 1 year ago

ConfigDir should respect $XDG_CONFIG_HOME for creating .codeium/

$HOME can be a fallback.

pqn commented 1 year ago

As an implementation note for our team, we currently store sensitive information in the config directory, so we will need to split this information from the rest of the configuration before we can respect $XDG_CONFIG_HOME.

pqn commented 1 year ago

We don't yet have settings that would properly belong in $XDG_CONFIG_HOME, #40 defines a function to get the directory when that happens.