Skip to content

Commit

Permalink
feat(nvim): add prisma plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
PunGrumpy committed Jun 27, 2024
1 parent e1ec472 commit c21ac67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .config/nvim/lua/config/lazy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ require("lazy").setup({
{ import = "lazyvim.plugins.extras.lang.go" },
{ import = "lazyvim.plugins.extras.lang.tailwind" },
{ import = "lazyvim.plugins.extras.lang.terraform" },
{ import = "lazyvim.plugins.extras.lang.prisma" },
{ import = "lazyvim.plugins.extras.coding.copilot" },
-- { import = "lazyvim.plugins.extras.dap.core" },
-- { import = "lazyvim.plugins.extras.vscode" },
Expand Down

0 comments on commit c21ac67

Please sign in to comment.