Ver código fonte

Fix missing syntax highlighting (#4)

pull/6/head
Jérôme Deuchnord 5 anos atrás
committed by Gitea
pai
commit
6a4d7621aa
1 arquivos alterados com 3 adições e 0 exclusões
  1. +3
    -0
      vimrc

+ 3
- 0
vimrc Ver arquivo

@@ -3,6 +3,9 @@ filetype off

filetype plugin indent on

" Activate syntax highlighting
syntax on

set nu
set hls
set si


Carregando…
Cancelar
Salvar