fiveNinePlusR
fiveNinePlusR
@Tylerc230 do you know where that is documented?
ah yeah. I have used sourcekitten for completion before for completion in emacs. https://github.com/jpsim/SourceKitten
there is this https://github.com/mitsuse/autocomplete-swift and https://github.com/keith/sourcekittendaemon.vim
I mean yeah i don't mind compiling something but if I can just update it from the command line with a brew update XVim it would reduce some friction and...
The selecting deleted buffer happens to me from time to time as well and I cannot do a `spc b b` or pretty much anything until I restart emacs.
I was reading the source code and it seems to just intercept the button presses globally when enabled and move the mouse cursor for you in a controlled way. seems...
are you exporting your variables? env doesn't pick up the changes unless you export them. `export PATH="/foo/bar/biz:$PATH"` if you do this in a shell: ``` sh env | grep test...
where did you put that snippet? i would put it inside whatever the opposite file is and that is where you need to source the other file.
> What do you mean by opposite file? .bash_profile? the interactive vs non-interactive file. i think it's .bashrc
use `-lc` instead of `-ic` and it should load up the rc file.