Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
TwIStOy committed Mar 20, 2024
1 parent 1b3a76c commit 37f814f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua/dotvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@ function M.setup(opts)

dora.setup(opts)

vim.cmd("colorscheme catppuccin")
if not vim.g.vscode then
vim.cmd("colorscheme catppuccin")
end
end

return M

0 comments on commit 37f814f

Please sign in to comment.