This repository has been archived on 2023-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.config/nvim/after/ftplugin/verilog.vim

5 lines
91 B
VimL
Raw Normal View History

" verilog fietype config
" Licence MIT
2020-05-06 03:20:19 +02:00
noremap <leader><Enter> :w! \| :CoqRunToCursor<CR>