feat: add headers to nvim files

This commit is contained in:
David 2020-11-10 14:59:36 +01:00
parent aa3a983db3
commit 1b42bac86a
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
" Author : swytch
" Created : 06/05/2020
" License : MIT
" Description : My own personnal nvim configuration
"" Plugin stuff
" Vim-Plug

View File

@ -1,3 +1,8 @@
" Author : swytch
" Created : 08/05/2020
" License : MIT
" Description : My own personnal statusline script
function! CurrentMode()
let g:currentmode={
\ 'n' : '[ NRM ]',