gvd

command module
v0.0.0-...-a59657a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 8, 2023 License: MIT Imports: 6 Imported by: 0

README

gvd is vim dictionary completion for golang

For example, we want to create a vim dictionary only for Golang standard library and store dictionary in file $HOME/gostd.dict

Add next line in vimrc:

:set iskeyword+=.                 " add point for dictionary work
:set dictionary+=$HOME/gostd.dict " location of dictionary file

Create a dictionary by running:

$ go run main.go > $HOME/gostd.dict
go run main.go > ~/dotfiles/gostd.txt

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL