diff options
Diffstat (limited to 'core/vim.sh')
| -rwxr-xr-x | core/vim.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/vim.sh b/core/vim.sh index 5ceedf1..2e4f58c 100755 --- a/core/vim.sh +++ b/core/vim.sh | |||
| @@ -39,7 +39,7 @@ if (has("termguicolors")) | |||
| 39 | set termguicolors | 39 | set termguicolors |
| 40 | endif | 40 | endif |
| 41 | 41 | ||
| 42 | source /usr/share/vim/vimfiles/colors/ | 42 | source /usr/share/vim/vimfiles/colors/nightowl.vim |
| 43 | colorscheme nightowl | 43 | colorscheme nightowl |
| 44 | EOF | 44 | EOF |
| 45 | 45 | ||
