Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
title~/.vimrc
syntax on
colorscheme slate
set encoding=utf-8

If you want to set above globally, you need to add above two lines at the end of /etc/vimrc

...