Skip to content

Commit 9444af4

Browse files
committed
fix(vscode): AstroUI handles disabling colorscheme when appropriate now
1 parent 15f97bd commit 9444af4

File tree

1 file changed

+0
-2
lines changed
  • lua/astrocommunity/recipes/vscode

1 file changed

+0
-2
lines changed

lua/astrocommunity/recipes/vscode/init.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@ return {
112112
maps.n["<Leader>lf"] = function() require("vscode-neovim").action "editor.action.formatDocument" end
113113
end,
114114
},
115-
-- disable colorscheme setting
116-
{ "AstroNvim/astroui", opts = { colorscheme = false } },
117115
-- disable treesitter highlighting
118116
{ "nvim-treesitter/nvim-treesitter", opts = { highlight = { enable = false } } },
119117
}

0 commit comments

Comments
 (0)