diff options
author | self <george@gabbott.dev> | 2022-07-02 19:52:08 +0100 |
---|---|---|
committer | self <george@gabbott.dev> | 2022-07-02 19:52:08 +0100 |
commit | 7144e6d1d29ef174c286214932002e5c10a79a24 (patch) | |
tree | ce21a0ed05fc20bede6fa52d7da5d3dd8cddbc31 | |
parent | 833a7dbf309ebdc019de344a0204cfd942f77970 (diff) |
Commented out colorscheme
-rwxr-xr-x | init.vim | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ set autoindent " indent a new line the same amount as the line just set number " add line numbers set wildmode=longest,list " get bash-like tab completions set cc=80 " set an 80 column border for good coding style -" highlight ColorColumn ctermbg=darkcyan +highlight ColorColumn ctermbg=darkcyan filetype plugin indent on "allow auto-indenting depending on file type syntax on " syntax highlighting set mouse=a " enable mouse click @@ -176,7 +176,7 @@ call plug#end() " Set Theme " colorscheme tokyonight " tempus themes don't work without something better before? -colorscheme tempus_warp +" colorscheme tempus_warp " numb :lua require('numb').setup() |