diff options
author | Santo Cariotti <santo@dcariotti.me> | 2022-01-06 19:35:05 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2022-01-06 19:35:05 +0100 |
commit | 4e7e3458d587d9a4aae59f53ec86f7545556308b (patch) | |
tree | da274a3d5f19b33308e8b2a0f5ee9ac4ce390e19 /.config/nvim | |
parent | fc85afbe10e40968a12cc547a55609ad2a822163 (diff) |
vim: new default colorscheme
Diffstat (limited to '.config/nvim')
-rw-r--r-- | .config/nvim/init.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 70e9b4d..21b254f 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -158,7 +158,7 @@ if has('nvim') "lua require('gomove').setup() else - colorscheme pablo + colorscheme industry endif let g:indentLine_char = '¦' |