summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorself <george@gabbott.dev>2022-07-02 19:52:08 +0100
committerself <george@gabbott.dev>2022-07-02 19:52:08 +0100
commit7144e6d1d29ef174c286214932002e5c10a79a24 (patch)
treece21a0ed05fc20bede6fa52d7da5d3dd8cddbc31
parent833a7dbf309ebdc019de344a0204cfd942f77970 (diff)
Commented out colorscheme
-rwxr-xr-xinit.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.vim b/init.vim
index 5543cc6..b16912f 100755
--- a/init.vim
+++ b/init.vim
@@ -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()