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
I'm experiencing an issue with vim-fugitive. When I try to run the any command, I get the following error message:
Failed to run `config` for vim-fugitive
~~~~~~~~~~~/.config/nvim/lua/plugins/git.lua:30: module 'vim-fugitive' not found:
no field package.preload['vim-fugitive']
cache_loader: module vim-fugitive not found
cache_loader_lib: module vim-fugitive not found
no file './vim-fugitive.lua'
no file '/usr/share/luajit-2.1/vim-fugitive.lua'
no file '/usr/local/share/lua/5.1/vim-fugitive.lua'
no file '/usr/local/share/lua/5.1/vim-fugitive/init.lua'
no file '/usr/share/lua/5.1/vim-fugitive.lua'
no file '/usr/share/lua/5.1/vim-fugitive/init.lua'
no file '~~~~~~~~~~~/.local/share/nvim/lazy-rocks/telescope.nvim/share/lua/5.1/vim-fugitive.lua'
no file '~~~~~~~~~~~/.local/share/nvim/lazy-rocks/telescope.nvim/share/lua/5.1/vim-fugitive/init.lua'
no file './vim-fugitive.so'
no file '/usr/local/lib/lua/5.1/vim-fugitive.so'
no file '/usr/lib/lua/5.1/vim-fugitive.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
no file '~~~~~~~~~~~/.local/share/nvim/lazy-rocks/telescope.nvim/lib/lua/5.1/vim-fugitive.so'
# stacktrace:
- ~/.config/nvim/lua/plugins/git.lua:30 _in_ **config**
The error message suggests that the vim-fugitive module is missing, but I've installed it via Lazy (as per the documentation) and I'm not sure what's causing this issue.
Hi there,
I'm experiencing an issue with vim-fugitive. When I try to run the any command, I get the following error message:
The error message suggests that the vim-fugitive module is missing, but I've installed it via Lazy (as per the documentation) and I'm not sure what's causing this issue.
I also use
gitsigns
dependency.Config:
The text was updated successfully, but these errors were encountered: