Skip to content

Commit

Permalink
Gruvbox by default in neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
bnwa committed Dec 12, 2022
1 parent d1c30f2 commit 40119fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nvim/lua/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ if std.has_gui() and std.is_neovide() then
ex 'cd ~'
end

if not std.has_gui() then
vim.cmd.colorscheme 'gruvbox'
end

0 comments on commit 40119fa

Please sign in to comment.