diff --git a/.vimrc b/.vimrc index fe51bd9..a691a11 100644 --- a/.vimrc +++ b/.vimrc @@ -8,6 +8,8 @@ syntax on " use syntax highlighting set background=dark " when using black background terminal colorscheme ron " for bash in windows this fixes my colors in vim inside tmux +set nomodeline " workaround to close a vuln + set number " line numbers set relativenumber " relative line numbers! How cool is that?!