*: 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

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