Spacevim vim anyone

Hey there,

noticed that spacevim is packaged, anyone here using that package and fancy sharing their config,
trying to figure out how this could possibly work, as in my view it would require all the additional vim plugins that make a spacevim layer

2 Likes

I wish I had some ideas here, but I am on the same boat. Would love to continue using SpaceVim, but can’t figure out how to work with the settings.

Not spacevim unfortunally, but I found that astro-nvim can be integrated into NixOS well, after configuring mason to not pull binaries: dotfiles/home/.config/nvim/lua/plugins/mason.lua at d95c4064fcf1cda8796e0b09f3667eef2e930570 · Mic92/dotfiles · GitHub
Maybe similar tricks also work for spacevim. I also did some home-manager integration: dotfiles/home-manager/modules/neovim/flake-module.nix at d95c4064fcf1cda8796e0b09f3667eef2e930570 · Mic92/dotfiles · GitHub and dotfiles/home-manager/modules/neovim/default.nix at d95c4064fcf1cda8796e0b09f3667eef2e930570 · Mic92/dotfiles · GitHub
to get language server and treesitter to work.

1 Like

@Seedsca I do still keep spacevim around there are some projects I have it seems to default better to.

I am going to look at @Mic92 astro-vim stuff, I haven’t even heard of astro-vim till now, so tyvm there.

Shout out to lunarvim as I think you guys are in the running (along with astro-vim and spacevim) as the real next generation of IDEs on the CLI.