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

1
README.md Normal file
View File

@@ -0,0 +1 @@
# nvim-hardline

3
lua/hardline.lua Normal file
View File

@@ -0,0 +1,3 @@
-- nvim-hardline
-- By Olivier Roques
-- github.com/ojroques

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