Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.43 KB

CONTRIBUTIONS.md

File metadata and controls

33 lines (22 loc) · 1.43 KB

Guide

Getting started with ViM

Add to your .vimrc file:

au BufRead,BufNewFile *.gno set filetype=go

TODO: other vim tweaks to make work with vim-go etc.

Getting started with Emacs

Install go-mode.el.

Add to your emacs configuration file:

(add-to-list 'auto-mode-alist '("\\.gno\\'" . go-mode))

Notable Contributions

Notable contributions of fixes/features/refactors: