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 60849e9 commit 794ef83Copy full SHA for 794ef83
lua/astroui/init.lua
@@ -38,6 +38,7 @@ end
38
39
--- Set the configured colorscheme
40
function M.set_colorscheme()
41
+ if vim.g.vscode then return end -- don't set colorscheme when using neovim in VS Code
42
local colorscheme = M.config.colorscheme
43
if colorscheme and not pcall(vim.cmd.colorscheme, colorscheme) then
44
require("astrocore").notify(("Error setting up colorscheme: `%s`"):format(colorscheme), vim.log.levels.ERROR)
0 commit comments