*: 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 = [
|
||||
"deoplete-go"
|
||||
"deoplete-nvim"
|
||||
"vim-go"
|
||||
"deoplete-go"
|
||||
"deoplete-nvim"
|
||||
"vim-go"
|
||||
];
|
||||
})
|
||||
|
|
|
@ -14,6 +14,7 @@ import ../../pkg-configuration/vim-derivates/vim.nix (args // {
|
|||
endif
|
||||
'';
|
||||
additionalPlugins = [
|
||||
"neocomplete"
|
||||
"neocomplete"
|
||||
"vim-go"
|
||||
];
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue