fix: '&' causing build failures

This commit is contained in:
NotAShelf 2023-06-06 02:22:55 +03:00
parent 8845d7a54d
commit a1d99ca752
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22

View file

@ -28,6 +28,6 @@ with builtins; {
treesitter = mkMappingOption "Treesitter [Telescope]" "<leader>fs"; treesitter = mkMappingOption "Treesitter [Telescope]" "<leader>fs";
}; };
enable = mkEnableOption "telescope.nvim: multi-purpose search & picker utility"; enable = mkEnableOption "telescope.nvim: multi-purpose search and picker utility";
}; };
} }