diff --git a/README.md b/README.md new file mode 100644 index 0000000..5f9e416 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# nvim-hardline diff --git a/lua/hardline.lua b/lua/hardline.lua new file mode 100644 index 0000000..86db801 --- /dev/null +++ b/lua/hardline.lua @@ -0,0 +1,3 @@ +-- nvim-hardline +-- By Olivier Roques +-- github.com/ojroques diff --git a/plugin/hardline.vim b/plugin/hardline.vim new file mode 100644 index 0000000..c24cddc --- /dev/null +++ b/plugin/hardline.vim @@ -0,0 +1,9 @@ +" nvim-hardline +" By Olivier Roques +" github.com/ojroques + +if exists('g:loaded_hardline') + finish +endif + +let g:loaded_hardline = 1