Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.34 KB

CONTRIBUTIONS.md

File metadata and controls

32 lines (21 loc) · 1.34 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: