dotfiles

custom linux config files managed with gnu stow

dotfiles

neovim/.config/nvim/lua/plugins/comments.lua


return {
	"terrortylor/nvim-comment",
	event = "BufReadPost",
	config = function()
		require('nvim_comment').setup()
		require("which-key").register({
			g = {
				name = "go",
				c = {
					name = "comment",
					c = "line",
				}
			}
		})
	end,
}

Download

raw zip tar