diff --git a/my_configs.vim b/my_configs.vim index d26af48e..caf662d0 100644 --- a/my_configs.vim +++ b/my_configs.vim @@ -6,6 +6,9 @@ set nu " the color I used to colorscheme desert +let tmpcolumn=$COLUMNS +execute "set columns=".tmpcolumn + """""""""""""""""""""""" " [my plugin setup] "