dzhou121 / gonvim

MIT License
1.79k stars 34 forks source link

Where is the configuration for gonvim located? #97

Closed chidindu-ogbonna closed 6 years ago

chidindu-ogbonna commented 6 years ago

Can't seem to get where I should store the ginit.vim for gonvim

akiyosi commented 6 years ago

It is the same as general neovim.

$XDG_CONFIG_HOME/nvim/ginit.vim
chidindu-ogbonna commented 6 years ago

Thank you