Skip to content

Commit

Permalink
fix: replace emmet-vim with patched version as long as it's broken
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoschcau committed Oct 23, 2024
1 parent f2acd51 commit 51a39f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"diffview.nvim": { "branch": "main", "commit": "4516612fe98ff56ae0415a259ff6361a89419b0a" },
"dotnet.nvim": { "branch": "main", "commit": "f5c52f9f52a3d8ca8dff6916c2228fb41a075274" },
"dressing.nvim": { "branch": "master", "commit": "1b7921eecc65af1baf8ac1dc06f0794934cbcfb2" },
"emmet-vim": { "branch": "master", "commit": "6c511a8d7d2863066f32e25543e2bb99d505172c" },
"fidget.nvim": { "branch": "main", "commit": "d855eed8a06531a7e8fd0684889b2943f373c469" },
"friendly-snippets": { "branch": "main", "commit": "de8fce94985873666bd9712ea3e49ee17aadb1ed" },
"gitsigns.nvim": { "branch": "main", "commit": "ee7634ab4f0a6606438fe13e16cbf2065589a5ed" },
Expand Down
1 change: 1 addition & 0 deletions lua/plugin-management/plugins/emmet-vim.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
--- @type LazyPluginSpec
return {
"mattn/emmet-vim",
dir = "~/Code/emmet-vim",
init = function()
vim.g.emmet_install_only_plug = 1
vim.g.user_emmet_settings = {
Expand Down

0 comments on commit 51a39f1

Please sign in to comment.