*: fix formatting

This commit is contained in:
steveej 2017-01-18 16:13:32 +01:00
parent 20f3e68cf9
commit 54141dd96e
2 changed files with 5 additions and 4 deletions

View file

@ -8,8 +8,8 @@
" }
'';
additionalPlugins = [
"deoplete-go"
"deoplete-nvim"
"vim-go"
"deoplete-go"
"deoplete-nvim"
"vim-go"
];
})

View file

@ -14,6 +14,7 @@ import ../../pkg-configuration/vim-derivates/vim.nix (args // {
endif
'';
additionalPlugins = [
"neocomplete"
"neocomplete"
"vim-go"
];
})