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.lua

11 lines
321 B
Lua

-- Author : swytch
-- Created : Sunday Oct. 03, 2021 18:06:12 CET
-- License : GPLv3
-- Description : verilog fietype config
utils.map("n", "<leader>j", ":CoqNext<Enter>")
utils.map("n", "<leader>k", ":CoqUndo<Enter>")
utils.map("n", "<leader><Enter>", ":CoqToLine<Enter>")
utils.map("i", "//", "")