Skip to content

goddenrich/vim-plz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-plz

a vim plugin for the please build system

Functionality

Currently not much going on... still in early development

To do actions on the targets that are affected by the file currently in your buffer:

:call TestAffectedCurrent()
:call BuildAffectedCurrent()
:call CoverAffectedCurrent()

These can be mapped eg.

nnoremap <leader>pt :call TestAffectedCurrent()<CR>
nnoremap <leader>pt :call BuildAffectedCurrent()<CR>
nnoremap <leader>pt :call CoverAffectedCurrent()<CR>

About

a vim plugin for the please build system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published