Giter Club home page Giter Club logo

Comments (6)

geetarista avatar geetarista commented on May 19, 2024

👍 I use neosnippet.

from vim-go.

fatih avatar fatih commented on May 19, 2024

I don't use neosnippet, let me look how that works :). Do you guys have some initial sensible settings that I can just use for initial testing ?

from vim-go.

spf13 avatar spf13 commented on May 19, 2024

I use and maintain spf13-vim. I've just switched it over to vim-go when go is enabled.

If you look at this https://github.com/spf13/spf13-vim/blob/3.0/.vimrc#L854
It should give you the settings I (and most others) use.

from vim-go.

fatih avatar fatih commented on May 19, 2024

I've added a customizable snippet engine support. By default it's using ultisnips, to change just use this settings:

let g:go_snippet_engine = "neosnippet"

Can you guys try this and give a feedback?

from vim-go.

spf13 avatar spf13 commented on May 19, 2024

Thanks for this. I'm trying it and will get back to you.

from vim-go.

rafi avatar rafi commented on May 19, 2024

Thanks, although I set let g:go_loaded_gosnippets = 1 to disable ftplugin/go/gosnippet.vim altogether, otherwise my snippets directory will be overwritten. Here's my setup:

" neosnippet
let g:neosnippet#enable_snipmate_compatibility = 0
let g:neosnippet#disable_runtime_snippets = { '_': 1 }
let g:neosnippet#snippets_directory =
    \$XDG_CONFIG_HOME.'/vim/snippets/rafi,'
    \.$XDG_CONFIG_HOME.'/vim/snippets/shougo/neosnippets,'
    \.$XDG_CONFIG_HOME.'/vim/bundle/go/gosnippets/snippets'

" vim-go, do not mess with my neosnippet config!
let g:go_disable_autoinstall = 1
let g:go_loaded_gosnippets = 1
let g:go_snippet_engine = "neosnippet"

from vim-go.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.