Skip to content

Commit a0b1d4b

Browse files
committed
Remove old plugins
1 parent 5456f64 commit a0b1d4b

File tree

4 files changed

+3
-92
lines changed

4 files changed

+3
-92
lines changed

lua/plugins/core.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ return {
88
opts = { preset = "classic" },
99
},
1010
{ "nvim-tree/nvim-web-devicons", opts = {} },
11-
{ "echasnovski/mini.icons", version = false },
11+
{ "nvim-mini/mini.icons", version = false },
1212
}

lua/plugins/mason-workaround.lua

Lines changed: 0 additions & 4 deletions
This file was deleted.

lua/plugins/mason.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
return {
2-
"williamboman/mason.nvim",
3-
opts = { PATH = "append", ensure_installed = { "sqlfluff" } },
2+
"mason-org/mason.nvim",
3+
opts = { PATH = "append", ensure_installed = { "sqlfluff", "tinymist" } },
44
}

lua/plugins/treesitter.lua

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)