-
-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undefined variable on fresh install #338
Comments
@Liverm0r, that's totally unexpected, these variables are dynamically created to avoid this problem.
|
Using 533d311 master (tried it today). cd ~/dotfiles
rm -rf .git/modules/.vim/pack/plugins/start/neoterm
rm -rf .vim/pack/plugins/start/neoterm
# remove lines from .git/config and .gitmodules
cd .vim/pack/plugins/start
git submodule add https://github.com/kassio/neoterm.git
# everything is cloned & :Tnew works, but I can't open some files like *.py without seeing this error try setting up my vimrc
nothing helps |
@Liverm0r, when you say |
yes & yes. |
@Liverm0r, I'm not being able to replicate this behavior, can you please provide me a bit more information:
|
% tree ~/dotfiles/.vim/pack/plugins/start/neoterm !4212
/Users/a18385139/dotfiles/.vim/pack/plugins/start/neoterm
├── CHANGELOG.md
├── CONTRIBUTING.md
├── LICENSE
├── README.md
├── autoload
│ ├── neoterm
│ │ ├── args.vim
│ │ ├── default.vim
│ │ ├── origin.vim
│ │ ├── repl
│ │ │ └── python.vim
│ │ ├── repl.vim
│ │ ├── target.vim
│ │ ├── term
│ │ │ ├── neovim.vim
│ │ │ └── vim.vim
│ │ └── term.vim
│ └── neoterm.vim
├── bin
│ └── test
├── doc
│ ├── neoterm.txt
│ └── tags
├── ftdetect
│ └── set_repl_cmd.vim
├── plugin
│ └── neoterm.vim
├── test-config
│ ├── nvim
│ │ └── init.vim
│ └── vim
│ └── vimrc
└── vmtest
├── args_test.vim
├── default_test.vim
├── neoterm.vim
└── origin_test.vim Opened <some_file>.py and eval
|
I'm seeing the same issue, but if I open Elixir files directly (.ex, .exs, .lock), e.g.:
If I launch Also if I just Hope this helps, happy to provide more info. |
I've same issue with PHP (I guess this is not related to specific file types).
I'm Using neovim:
I then start (for debugging) via:
But it seems this is loaded prior to the plugins. Resulting in the error as the variables are not defined yet. I'm encountering this issue while migrating my own custom neovim (0.4.x) with pathogen setup to nix home-manager using native plugin handling. I hope these insights might help to find the cause, or provide info how to properly use the plugin together with native plugin handling. |
Fresh install with vim native plugin support (vim/pack), no setup, NVIM v0.6.0, osx monterey.
When open clj, python, kotlin, etc, I have some errors (examples below).
I just want to use Tnew, I don't want to think about repl in every environment. Shouldn't plugin ignore this issues when it cant find 'python' on my local setup, unless I set it explicitly in my vimrc?
or with clojure
The text was updated successfully, but these errors were encountered: