Skip to content

Commit

Permalink
feat(plugins): add import-cost plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ecosse3 committed Mar 13, 2023
1 parent 170fd76 commit 2944316
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lua/config/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,17 @@ return {
require("plugins.inlay-hints")
end,
},
{
"barrett-ruth/import-cost.nvim",
build = "sh install.sh yarn",
ft = {
"javascript",
"typescript",
"javascriptreact",
"typescriptreact",
},
config = true,
},

-- General
{ "AndrewRadev/switch.vim", lazy = false },
Expand Down

0 comments on commit 2944316

Please sign in to comment.