Skip to content

Commit

Permalink
perf(tla): update tla plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
liubang committed Jul 24, 2024
1 parent affdf43 commit a5b184e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/lb/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require("lazy").setup({
colorscheme = { "catppuccin", "gruvbox-material" },
},
dev = {
path = "~/workspace/vim",
path = "~/workspace/liubang",
patterns = { "liubang" },
fallback = true,
},
Expand Down
2 changes: 1 addition & 1 deletion lua/plugins/tla-nvim.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
-- Authors: liubang ([email protected])

return {
"susliko/tla.nvim",
"liubang/tla.nvim",
cmd = {
"TlaInstall",
"TlaTranslate",
Expand Down

0 comments on commit a5b184e

Please sign in to comment.