mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 22:57:03 +01:00
Ensure vimwiki compatibility
This commit is contained in:
1
.vimrc
1
.vimrc
@@ -2,6 +2,7 @@
|
|||||||
syntax on " Turn on colors
|
syntax on " Turn on colors
|
||||||
filetype plugin on " Enables the ftplugin options
|
filetype plugin on " Enables the ftplugin options
|
||||||
filetype indent on
|
filetype indent on
|
||||||
|
set nocompatible " turn off vi-compatibility (should be on by default)
|
||||||
set autoindent " Automaticaly indent while writing
|
set autoindent " Automaticaly indent while writing
|
||||||
set smarttab
|
set smarttab
|
||||||
set number
|
set number
|
||||||
|
|||||||
Reference in New Issue
Block a user