Coder Social home page Coder Social logo

Neovim issues about vlime HOT 6 OPEN

vlime avatar vlime commented on May 27, 2024
Neovim issues

from vlime.

Comments (6)

Fedreg avatar Fedreg commented on May 27, 2024 1

@aakropotkin Thank you!!

I also use Emacs and slime so not the end of the world if I can't get this to play nice with neovim.

I'll try your snippet and see if that helps. I don't mind the vimscript so much if I need to dig into that a bit.. Just saw your issue earlier and figured it was worth a shot to ask you.

Appreciate the quick response!!

from vlime.

Fedreg avatar Fedreg commented on May 27, 2024

@aakropotkin Just started using this plugin on neovim and noticed the same issues. Were you ever able to find a solution? thx!

from vlime.

aakropotkin avatar aakropotkin commented on May 27, 2024

Whoa blast from the past.

I switched to Emacs because of this issue which probably isn't helpful news to report back. After years of arm wrestling with Vimscript I finally got fed up with it šŸ˜‚.

I don't remember if i managed to fix this though, I can look at my config and see if anything jumps out at me.

If you could refresh my memory with some of the errors that may help me remember.

from vlime.

aakropotkin avatar aakropotkin commented on May 27, 2024

Found this in my config

" Vlime Buffer Fix: ----------------------------------------------------- {{{2
 
augroup CustomVlimeInputBuffer
  autocmd!
  autocmd FileType vlime_input inoremap <silent> <buffer> <Tab> <C-R>=vlime#plugin#VlimeKey( "tab" )<CR>
  autocmd FileType vlime_input setlocal omnifunc=vlime#plugin#CompleteFunc
  autocmd FileType vlime_input setlocal indentexpr=vlime#plugin#CalcCurIndent()
augroup end
 
" End Vlime Buffer Fix -------------------------------------------------- }}}2

I also have a vlime folder under ~/.config/nvim, I don't remember if that's normal, so i might have forked and modified it there.

If that snippet doesn't work i can upload my "fork".

from vlime.

phmarek avatar phmarek commented on May 27, 2024

Well, do you mean "interactive mode" as in "typing directly in the REPL buffer"? There's a PR for that: #55

from vlime.

aakropotkin avatar aakropotkin commented on May 27, 2024

Yeah I believe that is what I was talking about. Again this was a long time ago so my memory is hazy.

from vlime.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.