fix: support interfaces in Java and PHP (#183)

Closes #182
This commit is contained in:
Michael Härtl
2024-08-02 16:37:02 +02:00
committed by GitHub
parent f027ac49f6
commit 88698b12c3
6 changed files with 65 additions and 16 deletions

View File

@@ -21,13 +21,4 @@ require("plenary.busted")
vim.cmd("runtime plugin/nvim-treesitter.lua")
-- -- Some tests require the Python parser
-- -- vim.cmd([[TSInstallSync! python]])
-- require("nvim-treesitter.configs").setup({
-- ensured_installed = {
-- "python",
-- "lua"
-- }
-- })
require("neogen").setup({ snippet_engine = "nvim" })