envs/dev: restructure go

This commit is contained in:
steveej 2018-09-16 18:52:24 +02:00
parent 57b1f59fae
commit 1a4f4800f7
2 changed files with 2 additions and 11 deletions

View file

@ -1,15 +0,0 @@
{ commonRC, ... } @ args :
(import ../../pkg-configuration/vim-derivates/neovim.nix args // {
additionalRC = commonRC + ''
" deoplete {
let g:deoplete#enable_at_startup = 1
let g:deoplete#enable_smart_case = 1
" }
'';
additionalPlugins = [
"deoplete-go"
"deoplete-nvim"
"vim-go"
];
})