Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.22 KB

CONTRIBUTIONS.md

File metadata and controls

31 lines (20 loc) · 1.22 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: