feat: add headers to nvim files
This commit is contained in:
parent
aa3a983db3
commit
1b42bac86a
@ -1,3 +1,8 @@
|
|||||||
|
" Author : swytch
|
||||||
|
" Created : 06/05/2020
|
||||||
|
" License : MIT
|
||||||
|
" Description : My own personnal nvim configuration
|
||||||
|
|
||||||
"" Plugin stuff
|
"" Plugin stuff
|
||||||
|
|
||||||
" Vim-Plug
|
" Vim-Plug
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
" Author : swytch
|
||||||
|
" Created : 08/05/2020
|
||||||
|
" License : MIT
|
||||||
|
" Description : My own personnal statusline script
|
||||||
|
|
||||||
function! CurrentMode()
|
function! CurrentMode()
|
||||||
let g:currentmode={
|
let g:currentmode={
|
||||||
\ 'n' : '[ NRM ]',
|
\ 'n' : '[ NRM ]',
|
||||||
|
Reference in New Issue
Block a user