Fork me on GitHub
#vim
<
2017-05-19
>
reborg08:05:44

refactor-nrep in profile.clj is still a deal breaker for me because of https://github.com/clojure-emacs/cider/issues/1717

reborg08:05:07

Re: acid.vim VS fireplace

vitruvia11:05:07

I've just finished installing acid and a few other plugins, but how do I activate them and start coding in clojure? When I open a new file all I get is normal mode

jebberjeb20:05:46

@vitruvia Did you get things up and running?

fatihict21:05:18

I just switched from Spacemacs to Neovim... I forgot how fast vim was 😄

jebberjeb21:05:30

How long had you been using Spacemacs?

fatihict21:05:04

A little over half a year

jebberjeb21:05:18

and before that what did you use?

fatihict21:05:18

Before that I was mainly using vim for smaller projects, but didn't write Clojure. And IntelliJ for Java.

jebberjeb21:05:17

Interesting. How'd it go with Spacemacs? I've picked it up before, but never really given it serious consideration.

fatihict21:05:21

Spacemacs is really cool. The GUI version looks really smooth and the ability to view images in an editor was foreign to me since I was so used to vim in the terminal and being able to manipulate Emacs with elisp is really a joy compared to vimscript for a Clojure dev. That being said the GUI was messing up my buffers and I couldn't figure out what the problem was, so I switched to the terminal version and everything was much smoother again. In the terminal I experienced a couple of random segfaults and I had some issues with configuring my editor, because I wanted it to be more and more like Vim and I thought... Why not just switch to Neovim 😛, I see that folks are working on the ability to hack Vim with Clojure and it got me really excited to pick it up again.

jebberjeb21:05:24

In case you hadn't seen it here's a recent post on the state of things https://juxt.pro/blog/posts/vim-1.html

fatihict21:05:07

Awesome, thanks for the link. 👍

vitruvia21:05:35

@jebberjeb I was getting too frustrated on windows so I'm setting up vim on linux now

jebberjeb21:05:52

@vitruvia I haven't tried running vim on windows or mac for a while, so I couldn't speak to it. But I will say I started doing all dev in a virtualbox (ubuntu) a couple years back and it's one of the best decisions I've ever made.

jebberjeb21:05:58

Sometimes, when I've been forced to run mac / windows software for one reason or another, a file share or ssh tunnel between the guest & host OS has done the job.

vitruvia21:05:03

Thats exactly what I just started doing today

jebberjeb21:05:18

It's really liberating

vitruvia21:05:23

had to go to school but I'm back at it now

vitruvia21:05:55

already managed to set the plugins but now I have to set lein and learn how to configure hotkeys before I manage to get anything done