We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f97bd commit 9444af4Copy full SHA for 9444af4
lua/astrocommunity/recipes/vscode/init.lua
@@ -112,8 +112,6 @@ return {
112
maps.n["<Leader>lf"] = function() require("vscode-neovim").action "editor.action.formatDocument" end
113
end,
114
},
115
- -- disable colorscheme setting
116
- { "AstroNvim/astroui", opts = { colorscheme = false } },
117
-- disable treesitter highlighting
118
{ "nvim-treesitter/nvim-treesitter", opts = { highlight = { enable = false } } },
119
}
0 commit comments