You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After symlinking ~/.config/nvim to the nvim dir in this repo (i.e. "installing"), I get this error during the first run of nvim after it apparently installs a lot of things through mason:
Error detected while processing /home/tama/code/FlogDebug/nvim/init.lua:
Failed to load `plugins.toggleterm`
/home/tama/.config/nvim/lua/plugins/toggleterm.lua:27: attempt to index field 'opts' (a nil value)
# stacktrace:
- ~/.config/nvim/lua/plugins/toggleterm.lua:27 _in_ **load**
- ~/.config/nvim/lua/config/lazy.lua:25
- nvim/init.lua:3
Yes, sorry, that's for my use of Neovim to edit Obsidian projects. I do indeed have to assume that and define the workspace folder for the plugin to "know" that it's working on a particular Obsidian vault. Thanks for calling it out. I also think I resolved the toggleterm issue after posting my config to this repo. There's a spot I was using vim.opt instead of vim.o, which works fine on Windows but doesn't on Linux or macOS interestingly enough.
After symlinking ~/.config/nvim to the nvim dir in this repo (i.e. "installing"), I get this error during the first run of
nvim
after it apparently installs a lot of things through mason:I also get this one on every next run:
Looks like you're assuming some files. No big deal, but maybe you wanted to know.
The text was updated successfully, but these errors were encountered: