-
Notifications
You must be signed in to change notification settings - Fork 21
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
Can't open a terminal #58
Comments
hi @janvanveldhuizen i'm no longer maintaining nvterm as i didnt write any code of it, hence it became hard to maintain for me. Can you use nvchad v3.0 branch? its using a custom term module which i recently made |
I think I found where the problem starts. All my custom stuff runs fine, until I try to add a custom highlights. So I forget about that. It's not worth spending so much time on just the color of a comment line... |
@janvanveldhuizen show your custom config, also after v3.0 you must do lazy sync duh! |
seems like you wrote wrong theme name :/ |
I discovered that the error can be solved by changing the theme using Space-th and back. |
As soon as I use Space-H, this error message is displayed:
E5108: Error executing lua: ...an/.local/share/nvim/lazy/nvterm/lua/nvterm/termutil.lua:2
2: attempt to index field 'type_opts' (a nil value)
stack traceback:
...an/.local/share/nvim/lazy/nvterm/lua/nvterm/termutil.lua:22: in function 'exec
ute_type_cmd'
...an/.local/share/nvim/lazy/nvterm/lua/nvterm/terminal.lua:46: in function 'crea
te_term_window'
...an/.local/share/nvim/lazy/nvterm/lua/nvterm/terminal.lua:116: in function 'new
'
/home/jan/.config/nvim/lua/core/mappings.lua:355: in function </home/jan/.config/
nvim/lua/core/mappings.lua:354>
The text was updated successfully, but these errors were encountered: