Kassio Borges

Results 26 comments of Kassio Borges

@incoggnito can you help me with this one, please?

@Liverm0r, that's totally unexpected, these variables are dynamically created to avoid this problem. `E121: Undefined variable: g:neoterm_eof`, are you using the latest neoterm version? Did the neoterm download worked properly?...

@Liverm0r, when you say `When open clj, python, kotlin, etc, I have some errors (examples below)`, you mean you opened a file of these types and got the error? When...

@Liverm0r, I'm not being able to replicate this behavior, can you please provide me a bit more information: 1. From your shell: - `$ tree ~/dotfiles/.vim/pack/plugins/start/neoterm` Let me check what...

Hi there, thanks for the issue. Can you try to open a pull request for that please? You can check https://github.com/kassio/neoterm/blob/master/ftdetect/set_repl_cmd.vim#L5 for reference.

Currently there's not configuration to customize scala repl. Can you open a pull request? You can follow `g:neoterm_repl_r` example.

Can you post your config? Do you have `g:neoterm_shell` set? macos Catalina has zsh by default, this could be one of the reasons.

There's a bug on vim/neovim regarding that: https://github.com/vim/vim/issues/6901. When I have any updates there I'll try to implement that again.

I think the best solution for `fzf` is add it in your runtime, just as @k-takata suggested: ```viml " Load FZF from homebrew installation set runtimepath^=/usr/local/opt/fzf runtime plugin/fzf.vim ```