-
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            geril07
          
      
      
        Jul 23, 2025 
      
    
    Replies: 1 comment 1 reply
-
| It's because buffer is a fallback for lsp by default. And because you have items from lsp, there is no items from buffer.I think you can solve it by setting lsp fallbacks. sources = {
  providers = {
    lsp = { fallbacks = {} },
  },
}, | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
      Answer selected by
        porfur
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    

It's because buffer is a fallback for lsp by default. And because you have items from lsp, there is no items from buffer.I think you can solve it by setting lsp fallbacks.