envs/dev: restructure go
This commit is contained in:
parent
57b1f59fae
commit
1a4f4800f7
2 changed files with 2 additions and 11 deletions
15
environments/dev/go/neovim-go.nix
Normal file
15
environments/dev/go/neovim-go.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ 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"
|
||||
];
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue