mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-04 17:59:50 -05:00
mkNeovim: didnt work lmfao
This commit is contained in:
parent
639df60de4
commit
cdc250e10d
1 changed files with 0 additions and 13 deletions
|
|
@ -206,19 +206,6 @@ with lib;
|
|||
mv $out/bin/nvim $out/bin/${lib.escapeShellArg appName}
|
||||
'';
|
||||
meta = {
|
||||
description = "Vim text editor fork focused on extensibility and agility";
|
||||
longDescription = ''
|
||||
Neovim is a project that seeks to aggressively refactor Vim in order to:
|
||||
- Simplify maintenance and encourage contributions
|
||||
- Split the work between multiple developers
|
||||
- Enable the implementation of new/modern user interfaces without any
|
||||
modifications to the core source
|
||||
- Improve extensibility with a new plugin architecture
|
||||
'';
|
||||
license = with licenses; [asl20 vim];
|
||||
homepage = "https://www.neovim.io";
|
||||
platforms = platforms.unix;
|
||||
maintainers = ["na"];
|
||||
mainProgram =
|
||||
if isCustomAppName
|
||||
then appName
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue