From 06d73c9519abc12629b4e94f80417efd61bb9f42 Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Tue, 9 Aug 2022 18:57:40 +0200 Subject: [PATCH] lancement auto des plugins vim selon le type de fichier --- applications/terminal/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/terminal/vimrc b/applications/terminal/vimrc index b9f3c41..f10a1a4 100644 --- a/applications/terminal/vimrc +++ b/applications/terminal/vimrc @@ -2,6 +2,7 @@ " This must be first, because it changes other options as a side effect. set nocompatible +filetype plugin on syntax on " allow backspacing over everything in insert mode