Skip to content

Commit ae340e9

Browse files
committed
dressing has been archived
Signed-off-by: abzcoding <[email protected]>
1 parent f546bea commit ae340e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lua/user/builtin.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ M.config = function()
379379
{ "json", "jsonc", "julia", "kotlin", "latex", "ledger", "lua", "make" },
380380
{ "markdown", "markdown_inline", "nix", "ocaml", "perl", "php", "python" },
381381
{ "query", "r", "regex", "rego", "ruby", "rust", "scala", "scss", "solidity" },
382-
{ "swift", "teal", "toml", "tsx", "typescript", "vim", "vue", "yaml", "zig" },
382+
{ "teal", "toml", "tsx", "typescript", "vim", "vue", "yaml", "zig" },
383383
})
384384
:flatten()
385385
:totable()

lua/user/custom_user.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ M.config = function()
2929
lvim.builtin.dap.active = true
3030
vim.g.instant_username = vim.env.USER
3131
lvim.builtin.global_statusline = true
32-
lvim.builtin.dressing.active = true
32+
-- lvim.builtin.dressing.active = true -- NOTE: it has been archived
3333
lvim.builtin.fancy_wild_menu.active = true
3434
lvim.builtin.refactoring.active = true
3535
lvim.builtin.test_runner.runner = "neotest"

0 commit comments

Comments
 (0)