.dotfiles/.config/nvim/lua/plugins/i18n.lua
2025-04-23 23:50:52 +03:00

14 lines
278 B
Lua

return {
"nabekou29/js-i18n.nvim",
dependencies = {
"neovim/nvim-lspconfig",
"nvim-treesitter/nvim-treesitter",
"nvim-lua/plenary.nvim",
},
event = { "BufReadPre", "BufNewFile" },
opts = {
virt_text = {
enabled = false, -- Enable virtual text display
},
},
}