Browse Source

Enable syntax highlighting and filetype detection in Vim.

main
Titouan Rigoudy 7 years ago
parent
commit
fd25bced72
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      config.vim

+ 6
- 0
config.vim View File

@ -63,6 +63,12 @@ set nobackup
set nowb
set noswapfile
" Enable syntax highlighting.
syntax enable
" Enable filetype plugins.
filetype plugin on
filetype indent on
" Make moving around tabs and windows work like tmux.


Loading…
Cancel
Save