Vim: Difference between revisions
imported>Lassulus mNo edit summary |
imported>Lassulus mNo edit summary |
||
| Line 85: | Line 85: | ||
name = "vim-with-plugins"; | name = "vim-with-plugins"; | ||
# add here code from the example section | # add here code from the example section | ||
} | }; | ||
myNeovim = neovim.override { | myNeovim = neovim.override { | ||
configure = { | configure = { | ||
| Line 95: | Line 95: | ||
start = [ ]; | start = [ ]; | ||
opt = [ ]; | opt = [ ]; | ||
}; | }; | ||
} | }; | ||
} | }; | ||
}; | |||
} | } | ||
</syntaxHighlight> | </syntaxHighlight> | ||