nordtheme / vim

An arctic, north-bluish clean and elegant Vim theme.
https://www.nordtheme.com/ports/vim
MIT License
2.52k stars 274 forks source link

having issues in my neovim init.lua file using the Lazy plugin manager #355

Closed bckelley closed 3 weeks ago

bckelley commented 3 weeks ago

sorry new to neovim, excuse my noob Error detected while processing /home/bckelley/.config/nvim/init.lua: E5113: Error while calling lua chunk: /home/bckelley/.config/nvim/init.lua:25: module 'nordtheme' not found: no field package.preload['nordtheme'] cache_loader: module nordtheme not found cache_loader_lib: module nordtheme not found no file './nordtheme.lua' no file '/usr/share/luajit-2.1/nordtheme.lua' no file '/usr/local/share/lua/5.1/nordtheme.lua' no file '/usr/local/share/lua/5.1/nordtheme/init.lua' no file '/usr/share/lua/5.1/nordtheme.lua' no file '/usr/share/lua/5.1/nordtheme/init.lua' no file './nordtheme.so' no file '/usr/local/lib/lua/5.1/nordtheme.so' no file '/usr/lib/x86_64-linux-gnu/lua/5.1/nordtheme.so' no file '/usr/local/lib/lua/5.1/loadall.so' stack traceback: [C]: in function 'require' /home/bckelley/.config/nvim/init.lua:25: in main chunk line 25 is require("nordtheme/vim").setup() vim.cmd.colorscheme "nord"

bckelley commented 3 weeks ago

not sure what happened but seem to have it working now sorry for that inconvenience