vim-lint

Lint plugin for vim
git clone https://git.ce9e.org/vim-lint.git

commit
7f70151cdb70da6e30bd69230f48e6daa3dad527
parent
370c789742f04436f52c51aaf16d9f57d27d9940
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-02-23 15:37
configure key mapping F7

Diffstat

A plugin/lint.vim 1 +

1 files changed, 1 insertions, 0 deletions


diff --git a/plugin/lint.vim b/plugin/lint.vim

@@ -0,0 +1 @@
   -1     1 noremap <buffer> <F7> :call lint#Lint()<CR>