Add js-i18n.nvim

This commit is contained in:
Fábio André Damas 2025-07-29 17:22:30 +01:00
parent 188a355da7
commit cced76bffd
2 changed files with 21 additions and 10 deletions

View file

@ -0,0 +1,10 @@
return {
"nabekou29/js-i18n.nvim",
dependencies = {
"neovim/nvim-lspconfig",
"nvim-treesitter/nvim-treesitter",
"nvim-lua/plenary.nvim",
},
event = { "BufReadPre", "BufNewFile" },
opts = {}
}