daytonaio / daytona

The Open Source Dev Environment Manager.
https://daytona.io
Apache License 2.0
11.45k stars 845 forks source link

Support for Neovim with LazyVim Package Manager in Daytona #1327

Open Theknighttron opened 2 weeks ago

Theknighttron commented 2 weeks ago

I noticed that Daytona supports "ANY IDE," including popular editors like Visual Studio Code, JetBrains, and Vim. I primarily use Neovim and, like many Neovim users, rely on the LazyVim package manager to handle my plugins and configurations.

Could you clarify if Daytona fully supports Neovim, particularly with configurations managed through LazyVim? Specifically, I’d like to know:

Compatibility: Are there any limitations or adjustments required to ensure Daytona’s compatibility with LazyVim configurations? Plugin Support: Does Daytona have any known issues with Neovim plugins (e.g., LSP integrations, treesitter) when managed by LazyVim? Having clear information about Neovim + LazyVim compatibility would be extremely helpful for developers looking to incorporate Daytona into their workflows.

Tpuljak commented 1 week ago

Hi @Theknighttron,

Daytona does not handle syncing your Neovim config automatically. Instead, it allows you to connect to your workspaces via SSH by running daytona ssh or daytona code (you can set Terminal SSH as the default IDE when you run daytona ide). For syncing configs, maybe you can look into Transfer.nvim as I suggested here https://github.com/daytonaio/daytona/issues/963#issuecomment-2456584108. Additionally, I believe that, when we implement dotfiles support, you could sync your configs by configuring dotfiles that will be installed in all of your workspaces.