mkunikow
SpaceVim is a community-driven vim distribution that seeks to provide layer feature, especially for neovim. It offers a variety of layers to choose from. to create a suitable vim development environment, you just need to select the required layers.
Anybody tried it?
Trending in Dev Env & Tools
Hey, have you seen this? It looks better than tmux—what do you think?
Herdr is the runtime your coding agents live on — laptop, desktop...
New
Hey!
I’ve found, reproduced and made a fix for a mildly annoying bug in Renovate.
It created redundant ~> 0.x or 0.x+1 in mix.exs, e...
New
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #blog-post
- #elixir-ls
- #elixirconf-us
- #ai
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming











Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
AstonJ
Looks neat.. installing it now
OvermindDL1
I’ve tried it in two places on two computers and it just loads to a blank vim-screen in both, and one of them was an entirely fresh neovim install as well.
mkunikow
I installed only for neovim and … it workded
But some plugins failed…
ok
After restart all plugins were updated.
OvermindDL1
If only it would work here for me.
I wonder if neovim has a log file somewhere…
EDIT1: Oh hey, it works when I don’t have a GUI (terminal mode), it only fails to load if I load the GUI version of neovim, wtf…
EDIT2: Ah hah, the GUI version is dying because it is lacking a font, wtf again…
AstonJ
Finally got it to load all packages after having to quit and restart Vim a few times.
Which additional packages have you all added?
Quick initial thoughts… I like it!
Wonder if we could have something similar for MacVim?
@OvermindDL1 - Which OS are you on? Good luck!
OvermindDL1
Currently Windows 10, since I am at work. It seems to work in terminal mode fine.
Only things that failed to build where the phpcd and phpfold plugins, which I don’t care about.
OvermindDL1
Initial Impressions compared to Spacemacs is that it is a lot faster. Spacemacs can take a second to refresh with commands sometimes, but that may be because not a lot of plugins are installed yet.
bobbypriambodo
Tried it just now, it is indeed a lot faster. Got several “Key not present in Dictionary” errors on installation but when it ends it all seem to start fine. Works great on both terminal and GUI.
But the commands seem incomplete and/or too different from Spacemacs, notably the projects menu (
SPC-p-*), and I’m also unable to understand how the file tree (vimfiler?) on the right is supposed to work (it only stays in my home directory). Atom’s proton-mode behaves better…SpaceVim
SpaceVim use true colors by default, you need to make sure your terminal support true colors, otherwise, you can add
let g:spacevim_enable_guicolors = 0to your custom configration file.SpaceVim
the latest version of SpaceVim will show the error message when plugin building failed.