aboutsummaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
Diffstat (limited to 'init.vim')
-rw-r--r--init.vim14
1 files changed, 0 insertions, 14 deletions
diff --git a/init.vim b/init.vim
index bae78f9..88344de 100644
--- a/init.vim
+++ b/init.vim
@@ -6,19 +6,5 @@ augroup packer_user_config
autocmd BufWritePost plugins.lua source <afile> | PackerCompile
augroup end
-" Setting up the theme
-colorscheme carbonfox
-set cursorline
-
" Automatic file trimming when saving
autocmd BufWritePre * :%s/\s\+$//e
-
-" Enable line number display
-set number
-set relativenumber
-
-" Setting up indents
-set autoindent
-set expandtab
-set tabstop=4
-set shiftwidth=4