summaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
Diffstat (limited to 'init.vim')
-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()