Jose Vargas
Jose Vargas
so there hasn't been a commit since 2018...seems like there is nobody to review PRs? is there a fork? Is the alternative Elixir Ls?
+1 I'm having the same problem
Fixed it by making a `dircolors` file, like so `dircolors -p > /etc/DIR_COLORS`, then I changed this `DIR_COLORS` file, just went to the DIR entry and changed the color code...
I guess this is a solution `alias emacsNoPersp='emacsclient -e \(+workspace:delete\)'` *function from Doom emacs. Is this behavior baked into persp though? is there a way to customize it?
if this app had this feature it'd be perfect, I don't want to make diagrams on some other app by sluggishly moving arrows with my mouse, just let me draw...
Hi, I would love to see this implemented. But I imagine this is not currently possible with the "find all references" as it currently is, seems like "find all references"...
Hitting this bug right now, how would one go about fixing it?
I was trying to look at how `js2-mode` parses multi-line strings but I couldn't figure it out https://github.com/mooz/js2-mode/blob/master/js2-mode.el#L3761 Found that code for string literals but it's confusing u_u
@rangeoshun how does it fare with string interpolation inside template literals?
same ``` cmake -DCMAKE_INSTALL_PREFIX\=/home/user/.emacs.d/.local/etc/irony-server/ /home/user/.emacs.d/.local/straight/build/irony/server && cmake --build . --use-stderr --config Release --target install CMake Warning at src/CMakeLists.txt:4 (find_package): By not providing "FindClang.cmake" in CMAKE_MODULE_PATH this project has asked CMake...