Code Monkey home page Code Monkey logo

Comments (3)

yatinlala avatar yatinlala commented on August 23, 2024 4

I was mistaken, looks like I'm getting a .codeium folder in $XDG_DATA_HOME as well. Would be nice to strip the . if the codeium folder is not being made in the home directory, and unify all the data together there.

Alternatively, allowing the user to set a spoof env var like $CODEIUM_HOME could work, moving the .codeium folder that currently spawns in ~.

I'd imagine that the first solution would require modifying more than just the plugin code, and the changes here would be fairly trivial so I'll hold off on a PR 🙂. Would be nice to have this fixed eventually and have a clean home folder again.

from codeium.vim.

forlornidealist avatar forlornidealist commented on August 23, 2024 4

I'm using neovim and have $XDG vars set. Most files, including the config, are placed in $XDG_DATA_HOME/.codeium (I agree it would be nice to strip the "." here).

However, 3 sqlite files are still placed in $HOME/.codeium:
~/.codeium/database/default/2/MODEL_EMBED_6591/embedding_database.sqlite
~/.codeium/database/default/2/MODEL_EMBED_6591/embedding_database.sqlite-shm
~/.codeium/database/default/2/MODEL_EMBED_6591/embedding_database.sqlite-wal

from codeium.vim.

pqn avatar pqn commented on August 23, 2024

This is probably expected behavior, we need to make sure our language server binary also respects these variables. It won't be used for anything though since chat isn't yet supported in this IDE.

from codeium.vim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.