Why my custom snippet is not working ? #2027
              
                Unanswered
              
          
                  
                    
                      AlejandroSanchez90
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment
-
| To use your custom snippets, blink.cmp expects a root file named  {
    "contributes": {
        "snippets": [
            {
                "language": "typescriptreact", // can also accept a list, e.g. ["javascriptreact", "typescriptreact"]
                "path": "./react.json"
            },
        ]
    }
} | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
hi, im following the docs, i dont know where im making a mistake
from the docs the default snippet folder is .config/nvim/snippets, inside this folder i have this snippet
react.json
and looks like this
and this is my blink config
Beta Was this translation helpful? Give feedback.
All reactions