This website works better with JavaScript.
Home
Explore
Help
Sign In
titouan
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Enable syntax highlighting and filetype detection in Vim.
main
Titouan Rigoudy
7 years ago
parent
53bce075ff
commit
fd25bced72
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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.
Write
Preview
Loading…
Cancel
Save