First commit

This commit is contained in:
Olivier Roques
2020-12-22 13:31:50 +01:00
parent 03c3189ae6
commit 0fc3d440de
3 changed files with 13 additions and 0 deletions

9
plugin/hardline.vim Normal file
View File

@@ -0,0 +1,9 @@
" nvim-hardline
" By Olivier Roques
" github.com/ojroques
if exists('g:loaded_hardline')
finish
endif
let g:loaded_hardline = 1