diff --git a/.config/vim/vimrc b/.config/vim/vimrc index 901cc53..675c7c1 100644 --- a/.config/vim/vimrc +++ b/.config/vim/vimrc @@ -58,13 +58,13 @@ set undofile set updatetime=300 " Aesthetics ################################################################### -" use onedark as theme for syntax highlighting -syntax on -colorscheme onedark " Use 24-bit (true-color) mode if (has("termguicolors")) set termguicolors endif +" use onedark as theme for syntax highlighting +syntax on +colorscheme onedark " get transparent background of the terminal back " (at least in nvim, i can't get it to work in vanilla)