nvim icon indicating copy to clipboard operation
nvim copied to clipboard

Failed to load config for navigator

Open ksajan opened this issue 1 year ago • 2 comments

I was trying to install and when i ran nvim for the first time it throwed this error.

Failed to run `config` for navigator.lua

/Users/sajan.kumar/.config/nvim/lua/modules/lang/config.lua:275: module 'navigator' not found:
	no field package.preload['navigator']
cache_loader: module navigator not found
cache_loader_lib: module navigator not found
	no file './navigator.lua'
	no file '/opt/homebrew/share/luajit-2.1/navigator.lua'
	no file '/usr/local/share/lua/5.1/navigator.lua'
	no file '/usr/local/share/lua/5.1/navigator/init.lua'
	no file '/opt/homebrew/share/lua/5.1/navigator.lua'
	no file '/opt/homebrew/share/lua/5.1/navigator/init.lua'
	no file '/Users/sajan.kumar/.luarocks/share/lua/5.1/navigator/init.lua'
	no file '/Users/sajan.kumar/.luarocks/share/lua/5.1/navigator.lua'
	no file './navigator.so'
	no file '/usr/local/lib/lua/5.1/navigator.so'
	no file '/opt/homebrew/lib/lua/5.1/navigator.so'
	no file '/usr/local/lib/lua/5.1/loadall.so'

# stacktrace:
  - nvim/lua/modules/lang/config.lua:275 _in_ **config**

ksajan avatar Jan 09 '24 10:01 ksajan

Same here

potatochick2020 avatar May 03 '24 02:05 potatochick2020

It may related to dev setting. Please check if the latest version works thanks.

ray-x avatar May 13 '24 13:05 ray-x