nvim-config11/lua/plugins/js-i18n.nvim.lua

12 lines
257 B
Lua
Raw Normal View History

2025-07-29 17:22:30 +01:00
return {
"nabekou29/js-i18n.nvim",
dependencies = {
"neovim/nvim-lspconfig",
"nvim-treesitter/nvim-treesitter",
"nvim-lua/plenary.nvim",
},
event = { "BufReadPre", "BufNewFile" },
opts = {},
enabled = false
2025-07-29 17:22:30 +01:00
}