*: fix formatting
This commit is contained in:
parent
20f3e68cf9
commit
54141dd96e
2 changed files with 5 additions and 4 deletions
|
@ -8,8 +8,8 @@
|
||||||
" }
|
" }
|
||||||
'';
|
'';
|
||||||
additionalPlugins = [
|
additionalPlugins = [
|
||||||
"deoplete-go"
|
"deoplete-go"
|
||||||
"deoplete-nvim"
|
"deoplete-nvim"
|
||||||
"vim-go"
|
"vim-go"
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
|
|
@ -14,6 +14,7 @@ import ../../pkg-configuration/vim-derivates/vim.nix (args // {
|
||||||
endif
|
endif
|
||||||
'';
|
'';
|
||||||
additionalPlugins = [
|
additionalPlugins = [
|
||||||
"neocomplete"
|
"neocomplete"
|
||||||
|
"vim-go"
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue