aboutsummaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2023-03-30 15:45:31 +0300
committerValentin Popov <valentin@popov.link>2023-03-30 15:46:26 +0300
commitaa1b9a12010b29502cbec822d3a20c0c90b34e34 (patch)
tree51895da88f00e468bb746302d7e25541a66d4b5e /init.vim
parent865c863f795ce3022f57f15e795bfa0d2172b3a0 (diff)
downloadnvim-config-aa1b9a12010b29502cbec822d3a20c0c90b34e34.tar.xz
nvim-config-aa1b9a12010b29502cbec822d3a20c0c90b34e34.zip
Updated the theme
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to 'init.vim')
-rw-r--r--init.vim6
1 files changed, 5 insertions, 1 deletions
diff --git a/init.vim b/init.vim
index f8b71c1..be63bc5 100644
--- a/init.vim
+++ b/init.vim
@@ -6,9 +6,13 @@ 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 \ No newline at end of file
+set relativenumber