Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

:TSInstall surrealdb is not working #7

Open
kemboi22 opened this issue Oct 18, 2024 · 1 comment
Open

:TSInstall surrealdb is not working #7

kemboi22 opened this issue Oct 18, 2024 · 1 comment

Comments

@kemboi22
Copy link

When i run :TSInstall surrealdb its not working how can i resolve this

@maarteNNNN
Copy link

If you're using Lazy do:

{
    "dariuscorvus/tree-sitter-surrealdb.nvim",
    dependencies = { "nvim-treesitter/nvim-treesitter" },
    lazy = false,  -- This makes sure it loads immediately
    ft = { "surql", "surrealql" },
    config = function()
      require("tree-sitter-surrealdb").setup()
    end,
}

then do: :TSInstall surrealdb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants