oberblastmeister / neuron.nvim

Make neovim the best note taking application
MIT License
398 stars 34 forks source link

chore: update readme install instructions #13

Closed pyrho closed 3 years ago

pyrho commented 3 years ago

:wave: ,

Running nvim version v0.5.0-dev+1080-g971e0ca90 also requires the popup.nvim package.

That's the error if the module is not available:

Error detected while processing init.vim:                                                                                                                                                 
line  42:                                                                                                                                                                                                         
E5108: Error executing lua ...im/plugged/telescope.nvim/lua/telescope/pickers.lua:2: module 'popup' not found:                                                                                                
        no field package.preload['popup']                                                                                                                                                                          
        no file './popup.lua'                                                                                                                                                                                      
        no file '/home/pyrho/repos/other/neovim/.deps/usr/share/luajit-2.1.0-beta3/popup.lua'                                                                                                                      
        no file '/usr/local/share/lua/5.1/popup.lua'                                                                                                                                                               
        no file '/usr/local/share/lua/5.1/popup/init.lua'                                                                                                                                                          
        no file '/home/pyrho/repos/other/neovim/.deps/usr/share/lua/5.1/popup.lua'                                                                                                                                 
        no file '/home/pyrho/repos/other/neovim/.deps/usr/share/lua/5.1/popup/init.lua'                                                                                                                            
        no file './popup.so'                                                                                                                                                                                       
        no file '/usr/local/lib/lua/5.1/popup.so'                                                                                                                                                                  
        no file '/home/pyrho/repos/other/neovim/.deps/usr/lib/lua/5.1/popup.so'                                                                                                                                    
        no file '/usr/local/lib/lua/5.1/loadall.so' 

Thanks !